withShowTrackingAxisLabel method

AreaChartSeries withShowTrackingAxisLabel(
  1. bool value
)

Replaces AreaChartSeries.showTrackingAxisLabel with value.

Implementation

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