withDataPointLabels method
- DataPointLabelConfig value
Replaces ScatterChartSeries.dataPointLabels with value.
Implementation
ScatterChartSeries withDataPointLabels(DataPointLabelConfig value) =>
copyWith(dataPointLabels: value);
Replaces ScatterChartSeries.dataPointLabels with value.
ScatterChartSeries withDataPointLabels(DataPointLabelConfig value) =>
copyWith(dataPointLabels: value);