Uses of Interface
org.pepstock.charba.client.callbacks.BoundsCallback
-
Packages that use BoundsCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of BoundsCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return BoundsCallback Modifier and Type Method Description BoundsCallback
CartesianAxis. getBoundsCallback()
Returns the user callback that sets the property controls the scale boundary strategy (bypassed by min/max time options).Methods in org.pepstock.charba.client.configuration with parameters of type BoundsCallback Modifier and Type Method Description void
CartesianAxis. setBounds(BoundsCallback boundsCallback)
Sets the user callback that sets the property controls the scale boundary strategy (bypassed by min/max time options).
-