withYAxisConfig method

AreaChartSeries withYAxisConfig(
  1. YAxisConfig value
)

Replaces AreaChartSeries.yAxisConfig with value.

Implementation

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