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