withSelectionStyle method

PolarColumnChartSeries withSelectionStyle(
  1. RadialSelectionStyle value
)

Replaces PolarColumnChartSeries.selectionStyle with value.

Implementation

PolarColumnChartSeries withSelectionStyle(RadialSelectionStyle value) =>
    copyWith(selectionStyle: value);