Uses of Interface
org.pepstock.charba.client.callbacks.ReverseCallback
-
Packages that use ReverseCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of ReverseCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return ReverseCallback Modifier and Type Method Description ReverseCallback
Axis. getReverseCallback()
Returns the user callback that sets the reversed order of tick labels.Methods in org.pepstock.charba.client.configuration with parameters of type ReverseCallback Modifier and Type Method Description void
Axis. setReverse(ReverseCallback reverseCallback)
Sets the user callback that sets the reversed order of tick labels.
-