LegendAnnotationFluent extension
Generated fluent modifiers for LegendAnnotation.
Methods
-
clearCustomPosition(
) → LegendAnnotation -
Available on LegendAnnotation, provided by the LegendAnnotationFluent extension
Clears LegendAnnotation.customPosition tonull. -
clearLabel(
) → LegendAnnotation -
Available on LegendAnnotation, provided by the LegendAnnotationFluent extension
Clears LegendAnnotation.label tonull. -
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 withvalue. -
withErrorBarAnnotations(
List< ErrorBarAnnotation> value) → LegendAnnotation -
Available on LegendAnnotation, provided by the LegendAnnotationFluent extension
Replaces LegendAnnotation.errorBarAnnotations withvalue. -
withHiddenSeriesIds(
Set< String> value) → LegendAnnotation -
Available on LegendAnnotation, provided by the LegendAnnotationFluent extension
Replaces LegendAnnotation.hiddenSeriesIds withvalue. -
withLabel(
String value) → LegendAnnotation -
Available on LegendAnnotation, provided by the LegendAnnotationFluent extension
Replaces LegendAnnotation.label withvalue. -
withLegendStyle(
LegendStyle value) → LegendAnnotation -
Available on LegendAnnotation, provided by the LegendAnnotationFluent extension
Replaces LegendAnnotation.legendStyle withvalue. -
withSeries(
List< ChartSeries> value) → LegendAnnotation -
Available on LegendAnnotation, provided by the LegendAnnotationFluent extension
Replaces LegendAnnotation.series withvalue. -
withTrendAnnotations(
List< TrendAnnotation> value) → LegendAnnotation -
Available on LegendAnnotation, provided by the LegendAnnotationFluent extension
Replaces LegendAnnotation.trendAnnotations withvalue. -
withZIndex(
int value) → LegendAnnotation -
Available on LegendAnnotation, provided by the LegendAnnotationFluent extension
Replaces LegendAnnotation.zIndex withvalue.