Uses of Interface
org.pepstock.charba.client.callbacks.ScaleWeightCallback
-
Packages that use ScaleWeightCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of ScaleWeightCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return ScaleWeightCallback Modifier and Type Method Description ScaleWeightCallback
CartesianAxis. getStackWeightCallback()
Returns the user callback that sets the weight of the scale in stack group.ScaleWeightCallback
Axis. getWeightCallback()
Returns the user callback that sets the weight used to sort the axis.Methods in org.pepstock.charba.client.configuration with parameters of type ScaleWeightCallback Modifier and Type Method Description void
CartesianAxis. setStackWeight(ScaleWeightCallback stackWeightCallback)
Sets the user callback that sets the weight of the scale in stack group.void
Axis. setWeight(ScaleWeightCallback weightCallback)
Sets the user callback that sets the weight used to sort the axis.
-