withUnit method

RangeAreaChartSeries withUnit(
  1. String value
)

Replaces RangeAreaChartSeries.unit with value.

Implementation

RangeAreaChartSeries withUnit(String value) => copyWith(unit: value);