withShowTrackingAxisLabel method
- bool value
Replaces RangeAreaChartSeries.showTrackingAxisLabel with value.
Implementation
RangeAreaChartSeries withShowTrackingAxisLabel(bool value) =>
copyWith(showTrackingAxisLabel: value);
Replaces RangeAreaChartSeries.showTrackingAxisLabel with value.
RangeAreaChartSeries withShowTrackingAxisLabel(bool value) =>
copyWith(showTrackingAxisLabel: value);