withDataLabels method

PieChartSeries withDataLabels(
  1. PieDataLabelConfig value
)

Replaces PieChartSeries.dataLabels with value.

Implementation

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