withSelectionStyle method
- RadialSelectionStyle value
Replaces PolarColumnChartSeries.selectionStyle with value.
Implementation
PolarColumnChartSeries withSelectionStyle(RadialSelectionStyle value) =>
copyWith(selectionStyle: value);
Replaces PolarColumnChartSeries.selectionStyle with value.
PolarColumnChartSeries withSelectionStyle(RadialSelectionStyle value) =>
copyWith(selectionStyle: value);