Uses of Interface
org.pepstock.charba.client.annotation.callbacks.AdjustScaleRangeCallback
-
Packages that use AdjustScaleRangeCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of AdjustScaleRangeCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return AdjustScaleRangeCallback Modifier and Type Method Description AdjustScaleRangeCallback
AbstractAnnotation. getAdjustScaleRangeCallback()
Returns the callback called to set whether the scale range should be adjusted if this annotation is out of range.Methods in org.pepstock.charba.client.annotation with parameters of type AdjustScaleRangeCallback Modifier and Type Method Description void
AbstractAnnotation. setAdjustScaleRange(AdjustScaleRangeCallback adjustScaleRangeCallback)
Sets the callback to set whether the scale range should be adjusted if this annotation is out of range.
-