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