withStyle method

LineChartSeries withStyle(
  1. SeriesStyle value
)

Replaces LineChartSeries.style with value.

Implementation

LineChartSeries withStyle(SeriesStyle value) => copyWith(style: value);