Uses of Interface
org.pepstock.charba.client.annotation.callbacks.AdjustSizeCallback
-
Packages that use AdjustSizeCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of AdjustSizeCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return AdjustSizeCallback Modifier and Type Method Description AdjustSizeCallback
LineLabel. getXAdjustCallback()
Returns the callback called to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).AdjustSizeCallback
LineLabel. getYAdjustCallback()
Returns the callback called to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).Methods in org.pepstock.charba.client.annotation with parameters of type AdjustSizeCallback Modifier and Type Method Description void
LineLabel. setXAdjust(AdjustSizeCallback adjustCallback)
Sets the callback to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).void
LineLabel. setYAdjust(AdjustSizeCallback adjustCallback)
Sets the callback to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
-