withAnnotations method

ScatterChartSeries withAnnotations(
  1. List<ChartAnnotation> value
)

Replaces ScatterChartSeries.annotations with value.

Implementation

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