Uses of Interface
org.pepstock.charba.client.datalabels.callbacks.AnchorCallback
-
Packages that use AnchorCallback Package Description org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js. -
-
Uses of AnchorCallback in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels that return AnchorCallback Modifier and Type Method Description AnchorCallback
LabelItem. getAnchorCallback()
Returns the anchor callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.datalabels with parameters of type AnchorCallback Modifier and Type Method Description AbstractBuilder<T>
AbstractBuilder. setAnchor(AnchorCallback anchorCallback)
Sets the anchor callback.void
LabelItem. setAnchor(AnchorCallback anchorCallback)
Sets the anchor callback.
-