Uses of Interface
org.pepstock.charba.client.callbacks.StackCallback
-
Packages that use StackCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of StackCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return StackCallback Modifier and Type Method Description StackCallback
CartesianAxis. getStackCallback()
Returns the user callback that sets the stack group.Methods in org.pepstock.charba.client.configuration with parameters of type StackCallback Modifier and Type Method Description void
CartesianAxis. setStack(StackCallback stackCallback)
Sets the user callback that sets the stack group.
-