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