ErrorBarAnnotationFluent extension
Generated fluent modifiers for ErrorBarAnnotation.
Methods
-
clearLabel(
) → ErrorBarAnnotation -
Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension
Clears ErrorBarAnnotation.label tonull. -
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 withvalue. -
withCapSize(
double value) → ErrorBarAnnotation -
Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension
Replaces ErrorBarAnnotation.capSize withvalue. -
withLabel(
String value) → ErrorBarAnnotation -
Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension
Replaces ErrorBarAnnotation.label withvalue. -
withLineColor(
Color value) → ErrorBarAnnotation -
Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension
Replaces ErrorBarAnnotation.lineColor withvalue. -
withLineWidth(
double value) → ErrorBarAnnotation -
Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension
Replaces ErrorBarAnnotation.lineWidth withvalue. -
withSeriesId(
String value) → ErrorBarAnnotation -
Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension
Replaces ErrorBarAnnotation.seriesId withvalue. -
withStyle(
AnnotationStyle value) → ErrorBarAnnotation -
Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension
Replaces ErrorBarAnnotation.style withvalue. -
withValues(
List< ErrorBarDatum> value) → ErrorBarAnnotation -
Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension
Replaces ErrorBarAnnotation.values withvalue. -
withZIndex(
int value) → ErrorBarAnnotation -
Available on ErrorBarAnnotation, provided by the ErrorBarAnnotationFluent extension
Replaces ErrorBarAnnotation.zIndex withvalue.