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