withCrosshairLabelPosition method

YAxisConfig withCrosshairLabelPosition(
  1. CrosshairLabelPosition value
)

Replaces YAxisConfig.crosshairLabelPosition with value.

Implementation

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