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