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.IDplugin (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 AnchorCallbackLabelItem. 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.voidLabelItem. setAnchor(AnchorCallback anchorCallback)Sets the anchor callback.
-