withCrosshairLabelPosition method
- CrosshairLabelPosition value
Replaces XAxisConfig.crosshairLabelPosition with value.
Implementation
XAxisConfig withCrosshairLabelPosition(CrosshairLabelPosition value) =>
copyWith(crosshairLabelPosition: value);