ErrorBarAnnotationFluent extension

Generated fluent modifiers for ErrorBarAnnotation.

on

Methods

clearLabel() ErrorBarAnnotation

Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension

Clears ErrorBarAnnotation.label to null.
updateStyle(AnnotationStyle update(AnnotationStyle current)) ErrorBarAnnotation

Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension

Rebuilds ErrorBarAnnotation.style from its current value.
withAllowEditing(bool value) ErrorBarAnnotation

Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension

Replaces ErrorBarAnnotation.allowEditing with value.
withCapSize(double value) ErrorBarAnnotation

Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension

Replaces ErrorBarAnnotation.capSize with value.
withLabel(String value) ErrorBarAnnotation

Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension

Replaces ErrorBarAnnotation.label with value.
withLineColor(Color value) ErrorBarAnnotation

Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension

Replaces ErrorBarAnnotation.lineColor with value.
withLineWidth(double value) ErrorBarAnnotation

Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension

Replaces ErrorBarAnnotation.lineWidth with value.
withSeriesId(String value) ErrorBarAnnotation

Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension

Replaces ErrorBarAnnotation.seriesId with value.
withStyle(AnnotationStyle value) ErrorBarAnnotation

Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension

Replaces ErrorBarAnnotation.style with value.
withValues(List<ErrorBarDatum> value) ErrorBarAnnotation

Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension

Replaces ErrorBarAnnotation.values with value.
withZIndex(int value) ErrorBarAnnotation

Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension

Replaces ErrorBarAnnotation.zIndex with value.