withYAxisConfig method

RangeAreaChartSeries withYAxisConfig(
  1. YAxisConfig value
)

Replaces RangeAreaChartSeries.yAxisConfig with value.

Implementation

RangeAreaChartSeries withYAxisConfig(YAxisConfig value) =>
    copyWith(yAxisConfig: value);