withSeriesId method

ErrorBarAnnotation withSeriesId(
  1. String value
)

Replaces ErrorBarAnnotation.seriesId with value.

Implementation

ErrorBarAnnotation withSeriesId(String value) => copyWith(seriesId: value);