Uses of Interface
org.pepstock.charba.client.annotation.callbacks.MarginCallback
-
Packages that use MarginCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of MarginCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return MarginCallback Modifier and Type Method Description MarginCallback
Callout. getMarginCallback()
Returns the callback to set the amount of pixels between the label and the callout separator.Methods in org.pepstock.charba.client.annotation with parameters of type MarginCallback Modifier and Type Method Description void
Callout. setMargin(MarginCallback marginCallback)
Sets the callback to set the amount of pixels between the label and the callout separator.
-