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