withLabel method

ErrorBarAnnotation withLabel(
  1. String value
)

Replaces ErrorBarAnnotation.label with value.

Implementation

ErrorBarAnnotation withLabel(String value) => copyWith(label: value);