withDataPointLabels method

ScatterChartSeries withDataPointLabels(
  1. DataPointLabelConfig value
)

Replaces ScatterChartSeries.dataPointLabels with value.

Implementation

ScatterChartSeries withDataPointLabels(DataPointLabelConfig value) =>
    copyWith(dataPointLabels: value);