clearDataPointLabels method

ScatterChartSeries clearDataPointLabels()

Clears ScatterChartSeries.dataPointLabels to null.

Implementation

ScatterChartSeries clearDataPointLabels() =>
    copyWith(clearDataPointLabels: true);