withCandlestickStyle method
- CandlestickPointStyle value
Replaces CandlestickDataPoint.candlestickStyle with value.
Implementation
CandlestickDataPoint withCandlestickStyle(CandlestickPointStyle value) =>
copyWith(candlestickStyle: value);
Replaces CandlestickDataPoint.candlestickStyle with value.
CandlestickDataPoint withCandlestickStyle(CandlestickPointStyle value) =>
copyWith(candlestickStyle: value);