withDataPointLabels method

AreaChartSeries withDataPointLabels(
  1. DataPointLabelConfig value
)

Replaces AreaChartSeries.dataPointLabels with value.

Implementation

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