withYAxisConfig method

LineChartSeries withYAxisConfig(
  1. YAxisConfig value
)

Replaces LineChartSeries.yAxisConfig with value.

Implementation

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