withDataLabels method

DonutChartSeries withDataLabels(
  1. PieDataLabelConfig value
)

Replaces DonutChartSeries.dataLabels with value.

Implementation

DonutChartSeries withDataLabels(PieDataLabelConfig value) =>
    copyWith(dataLabels: value);