Uses of Interface
org.pepstock.charba.client.callbacks.StackedCallback
-
Packages that use StackedCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of StackedCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return StackedCallback Modifier and Type Method Description StackedCallback
CartesianAxis. getStackedCallback()
Returns the user callback that sets if the axis are stacked or not.Methods in org.pepstock.charba.client.configuration with parameters of type StackedCallback Modifier and Type Method Description void
CartesianAxis. setStacked(StackedCallback stackedCallback)
Sets the user callback that sets if the axis are stacked or not.
-