withPreset method

PolarColumnChartSeries withPreset(
  1. PolarColumnPreset value
)

Replaces PolarColumnChartSeries.preset with value.

Implementation

PolarColumnChartSeries withPreset(PolarColumnPreset value) =>
    copyWith(preset: value);