withShowInLegend method

PolarColumnChartSeries withShowInLegend(
  1. bool value
)

Replaces PolarColumnChartSeries.showInLegend with value.

Implementation

PolarColumnChartSeries withShowInLegend(bool value) =>
    copyWith(showInLegend: value);