Class AnnotationItemLabelPoint

java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
All Implemented Interfaces:
Serializable

public class AnnotationItemLabelPoint extends AbstractConfigurationObject
Contains coordinates for AnnotationItemLabel
See Also:
  • Constructor Details

    • AnnotationItemLabelPoint

      public AnnotationItemLabelPoint(Number x, Number y)
      Constructs an AnnotationItemLabelPoint with the given coordinates
      Parameters:
      x - Horizontal offset
      y - Vertical offset
  • Method Details

    • getX

      public Number getX()
      See Also:
    • setX

      public void setX(Number x)
      Sets the horizontal offset of the label within chart
      Parameters:
      x - Horizontal offset
    • getY

      public Number getY()
      See Also:
    • setY

      public void setY(Number y)
      Sets the vertical offset of the label within chart
      Parameters:
      y - Vertical offset