Uses of Class
org.pepstock.charba.client.annotation.enums.LabelPosition
-
Packages that use LabelPosition Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.annotation.enums Contains all enumerations to configure theAnnotationPlugin.ID
plugin. -
-
Uses of LabelPosition in org.pepstock.charba.client.annotation
Fields in org.pepstock.charba.client.annotation declared as LabelPosition Modifier and Type Field Description static LabelPosition
LineLabel. DEFAULT_POSITION
Default line label position,CENTER
.Methods in org.pepstock.charba.client.annotation that return LabelPosition Modifier and Type Method Description LabelPosition
LineLabel. getPosition()
Returns the anchor position of label on line.Methods in org.pepstock.charba.client.annotation with parameters of type LabelPosition Modifier and Type Method Description void
LineLabel. setPosition(LabelPosition position)
Sets the anchor position of label on line. -
Uses of LabelPosition in org.pepstock.charba.client.annotation.enums
Methods in org.pepstock.charba.client.annotation.enums that return LabelPosition Modifier and Type Method Description static LabelPosition
LabelPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static LabelPosition[]
LabelPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-