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