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