clearPointStyle method

ChartDataPoint clearPointStyle()

Clears ChartDataPoint.pointStyle to null.

Implementation

ChartDataPoint clearPointStyle() => copyWith(clearPointStyle: true);