withDataPointLabels method

LineChartSeries withDataPointLabels(
  1. DataPointLabelConfig value
)

Replaces LineChartSeries.dataPointLabels with value.

Implementation

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