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