withSeries method

LegendAnnotation withSeries(
  1. List<ChartSeries> value
)

Replaces LegendAnnotation.series with value.

Implementation

LegendAnnotation withSeries(List<ChartSeries> value) =>
    copyWith(series: value);