withMaximumVisibleDataLabels method

RadarSeriesStyle withMaximumVisibleDataLabels(
  1. int value
)

Replaces RadarSeriesStyle.maximumVisibleDataLabels with value.

Implementation

RadarSeriesStyle withMaximumVisibleDataLabels(int value) =>
    copyWith(maximumVisibleDataLabels: value);