withSeries method
- List<
ChartSeries> value
Replaces LegendAnnotation.series with value.
Implementation
LegendAnnotation withSeries(List<ChartSeries> value) =>
copyWith(series: value);
Replaces LegendAnnotation.series with value.
LegendAnnotation withSeries(List<ChartSeries> value) =>
copyWith(series: value);