Uses of Interface
org.pepstock.charba.client.callbacks.AxisFitCallback
-
Packages that use AxisFitCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of AxisFitCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return AxisFitCallback Modifier and Type Method Description AxisFitCallback
Axis. getAxisFitCallback()
Returns the user callback that runs before/after the scale fits to the canvas.Methods in org.pepstock.charba.client.configuration with parameters of type AxisFitCallback Modifier and Type Method Description void
Axis. setAxisFitCallback(AxisFitCallback axisFitCallback)
Sets the user callback that runs before/after the scale fits to the canvas.
-