withPolarStyle method

PolarColumnChartSeries withPolarStyle(
  1. PolarColumnStyle value
)

Replaces PolarColumnChartSeries.polarStyle with value.

Implementation

PolarColumnChartSeries withPolarStyle(PolarColumnStyle value) =>
    copyWith(polarStyle: value);