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