withAnnotations method

RangeAreaChartSeries withAnnotations(
  1. List<ChartAnnotation> value
)

Replaces RangeAreaChartSeries.annotations with value.

Implementation

RangeAreaChartSeries withAnnotations(List<ChartAnnotation> value) =>
    copyWith(annotations: value);