withShowCrosshairLabel method
- bool value
Replaces XAxisConfig.showCrosshairLabel with value.
Implementation
XAxisConfig withShowCrosshairLabel(bool value) =>
copyWith(showCrosshairLabel: value);
Replaces XAxisConfig.showCrosshairLabel with value.
XAxisConfig withShowCrosshairLabel(bool value) =>
copyWith(showCrosshairLabel: value);