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.IDplugin (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 LabelAlignPositionCallbackBoxLabel. getPositionCallback()Returns the callback called to set the anchor position of label on box.LabelAlignPositionCallbackLabelAnnotation. 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 voidBoxLabel. setPosition(LabelAlignPositionCallback positionCallback)Sets the callback to set the anchor position of label on box.voidLabelAnnotation. setPosition(LabelAlignPositionCallback positionCallback)Sets the callback to set the anchor position of label on box.
-