LegendAnnotationFluent extension

Generated fluent modifiers for LegendAnnotation.

on

Methods

clearCustomPosition() LegendAnnotation

Available on LegendAnnotation, provided by the LegendAnnotationFluent extension

Clears LegendAnnotation.customPosition to null.
clearLabel() LegendAnnotation

Available on LegendAnnotation, provided by the LegendAnnotationFluent extension

Clears LegendAnnotation.label to null.
updateLegendStyle(LegendStyle update(LegendStyle current)) LegendAnnotation

Available on LegendAnnotation, provided by the LegendAnnotationFluent extension

Rebuilds LegendAnnotation.legendStyle from its current value.
withCustomPosition(Offset value) LegendAnnotation

Available on LegendAnnotation, provided by the LegendAnnotationFluent extension

Replaces LegendAnnotation.customPosition with value.
withErrorBarAnnotations(List<ErrorBarAnnotation> value) LegendAnnotation

Available on LegendAnnotation, provided by the LegendAnnotationFluent extension

Replaces LegendAnnotation.errorBarAnnotations with value.
withHiddenSeriesIds(Set<String> value) LegendAnnotation

Available on LegendAnnotation, provided by the LegendAnnotationFluent extension

Replaces LegendAnnotation.hiddenSeriesIds with value.
withLabel(String value) LegendAnnotation

Available on LegendAnnotation, provided by the LegendAnnotationFluent extension

Replaces LegendAnnotation.label with value.
withLegendStyle(LegendStyle value) LegendAnnotation

Available on LegendAnnotation, provided by the LegendAnnotationFluent extension

Replaces LegendAnnotation.legendStyle with value.
withSeries(List<ChartSeries> value) LegendAnnotation

Available on LegendAnnotation, provided by the LegendAnnotationFluent extension

Replaces LegendAnnotation.series with value.
withTrendAnnotations(List<TrendAnnotation> value) LegendAnnotation

Available on LegendAnnotation, provided by the LegendAnnotationFluent extension

Replaces LegendAnnotation.trendAnnotations with value.
withZIndex(int value) LegendAnnotation

Available on LegendAnnotation, provided by the LegendAnnotationFluent extension

Replaces LegendAnnotation.zIndex with value.