withYAxisConfig method
- YAxisConfig value
Replaces RangeAreaChartSeries.yAxisConfig with value.
Implementation
RangeAreaChartSeries withYAxisConfig(YAxisConfig value) =>
copyWith(yAxisConfig: value);
Replaces RangeAreaChartSeries.yAxisConfig with value.
RangeAreaChartSeries withYAxisConfig(YAxisConfig value) =>
copyWith(yAxisConfig: value);