withCategoryValue method

CandlestickDataPoint withCategoryValue(
  1. String value
)

Replaces CandlestickDataPoint.categoryValue with value.

Implementation

CandlestickDataPoint withCategoryValue(String value) =>
    copyWith(categoryValue: value);