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