withCrosshairLabelPosition method

XAxisConfig withCrosshairLabelPosition(
  1. CrosshairLabelPosition value
)

Replaces XAxisConfig.crosshairLabelPosition with value.

Implementation

XAxisConfig withCrosshairLabelPosition(CrosshairLabelPosition value) =>
    copyWith(crosshairLabelPosition: value);