clearName method

PolarColumnChartSeries clearName()

Clears PolarColumnChartSeries.name to null.

Implementation

PolarColumnChartSeries clearName() => copyWith(clearName: true);