withPointStyle method
- PointStyle value
Replaces CandlestickDataPoint.pointStyle with value.
Implementation
CandlestickDataPoint withPointStyle(PointStyle value) =>
copyWith(pointStyle: value);
Replaces CandlestickDataPoint.pointStyle with value.
CandlestickDataPoint withPointStyle(PointStyle value) =>
copyWith(pointStyle: value);