You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.charts.model.

Class AnnotationItemLabel

java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.AnnotationItemLabel

All Implemented Interfaces:

Serializable

public class AnnotationItemLabel extends AbstractConfigurationObject

Label that can be positioned anywhere in the chart area

See Also:

  • Constructor Details

    • AnnotationItemLabel

      public AnnotationItemLabel(String text)

      Constructs an AnnotationItemLabel with the given text

      Parameters:

      text - Text to be displayed

  • Method Details