Uses of Interface
org.pepstock.charba.client.annotation.callbacks.LabelAlignPositionCallback
-
Packages that use LabelAlignPositionCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of LabelAlignPositionCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return LabelAlignPositionCallback Modifier and Type Method Description LabelAlignPositionCallback
BoxLabel. getPositionCallback()
Returns the callback called to set the anchor position of label on box.LabelAlignPositionCallback
LabelAnnotation. getPositionCallback()
Returns the callback called to set the anchor position of label on box.Methods in org.pepstock.charba.client.annotation with parameters of type LabelAlignPositionCallback Modifier and Type Method Description void
BoxLabel. setPosition(LabelAlignPositionCallback positionCallback)
Sets the callback to set the anchor position of label on box.void
LabelAnnotation. setPosition(LabelAlignPositionCallback positionCallback)
Sets the callback to set the anchor position of label on box.
-