withShowCrosshairLabel method

XAxisConfig withShowCrosshairLabel(
  1. bool value
)

Replaces XAxisConfig.showCrosshairLabel with value.

Implementation

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