withShowCrosshairLabel method

YAxisConfig withShowCrosshairLabel(
  1. bool value
)

Replaces YAxisConfig.showCrosshairLabel with value.

Implementation

YAxisConfig withShowCrosshairLabel(bool value) =>
    copyWith(showCrosshairLabel: value);