withShowTrackingAxisLabel method

RangeAreaChartSeries withShowTrackingAxisLabel(
  1. bool value
)

Replaces RangeAreaChartSeries.showTrackingAxisLabel with value.

Implementation

RangeAreaChartSeries withShowTrackingAxisLabel(bool value) =>
    copyWith(showTrackingAxisLabel: value);