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 ScaleWeightCallbackCartesianAxis. getStackWeightCallback()Returns the user callback that sets the weight of the scale in stack group.ScaleWeightCallbackAxis. 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 voidCartesianAxis. setStackWeight(ScaleWeightCallback stackWeightCallback)Sets the user callback that sets the weight of the scale in stack group.voidAxis. setWeight(ScaleWeightCallback weightCallback)Sets the user callback that sets the weight used to sort the axis.
-