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