Class AnnotationItemLabelPoint
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
- All Implemented Interfaces:
Serializable
Contains coordinates for
AnnotationItemLabel
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an AnnotationItemLabelPoint with the given coordinates -
Method Summary
-
Constructor Details
-
AnnotationItemLabelPoint
Constructs an AnnotationItemLabelPoint with the given coordinates- Parameters:
x
- Horizontal offsety
- Vertical offset
-
-
Method Details
-
getX
- See Also:
-
setX
Sets the horizontal offset of the label within chart- Parameters:
x
- Horizontal offset
-
getY
- See Also:
-
setY
Sets the vertical offset of the label within chart- Parameters:
y
- Vertical offset
-