withShowTrackingAxisLabel method

ScatterChartSeries withShowTrackingAxisLabel(
  1. bool value
)

Replaces ScatterChartSeries.showTrackingAxisLabel with value.

Implementation

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