clearName method

ScatterChartSeries clearName()

Clears ScatterChartSeries.name to null.

Implementation

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