withShowInLegend method
- bool value
Replaces PolarColumnChartSeries.showInLegend with value.
Implementation
PolarColumnChartSeries withShowInLegend(bool value) =>
copyWith(showInLegend: value);
Replaces PolarColumnChartSeries.showInLegend with value.
PolarColumnChartSeries withShowInLegend(bool value) =>
copyWith(showInLegend: value);