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