clearCategoryValue method
Clears CandlestickDataPoint.categoryValue to null.
Implementation
CandlestickDataPoint clearCategoryValue() =>
copyWith(clearCategoryValue: true);
Clears CandlestickDataPoint.categoryValue to null.
CandlestickDataPoint clearCategoryValue() =>
copyWith(clearCategoryValue: true);