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.IDplugin (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 AdjustSizeCallbackLineLabel. getXAdjustCallback()Returns the callback called to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).AdjustSizeCallbackLineLabel. 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 voidLineLabel. setXAdjust(AdjustSizeCallback adjustCallback)Sets the callback to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).voidLineLabel. setYAdjust(AdjustSizeCallback adjustCallback)Sets the callback to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
-