withShowTrackingAxisLabel method

CandlestickChartSeries withShowTrackingAxisLabel(
  1. bool value
)

Replaces CandlestickChartSeries.showTrackingAxisLabel with value.

Implementation

CandlestickChartSeries withShowTrackingAxisLabel(bool value) =>
    copyWith(showTrackingAxisLabel: value);