withPointStyle method

RangeAreaDataPoint withPointStyle(
  1. PointStyle value
)

Replaces RangeAreaDataPoint.pointStyle with value.

Implementation

RangeAreaDataPoint withPointStyle(PointStyle value) =>
    copyWith(pointStyle: value);