withYAxisId method

RangeAreaChartSeries withYAxisId(
  1. String value
)

Replaces RangeAreaChartSeries.yAxisId with value.

Implementation

RangeAreaChartSeries withYAxisId(String value) => copyWith(yAxisId: value);