withSeriesId method
- String value
Replaces ErrorBarAnnotation.seriesId with value.
Implementation
ErrorBarAnnotation withSeriesId(String value) => copyWith(seriesId: value);
Replaces ErrorBarAnnotation.seriesId with value.
ErrorBarAnnotation withSeriesId(String value) => copyWith(seriesId: value);