withErrorBarAnnotations method

LegendAnnotation withErrorBarAnnotations(
  1. List<ErrorBarAnnotation> value
)

Replaces LegendAnnotation.errorBarAnnotations with value.

Implementation

LegendAnnotation withErrorBarAnnotations(List<ErrorBarAnnotation> value) =>
    copyWith(errorBarAnnotations: value);