Uses of Interface
org.pepstock.charba.client.callbacks.ScaleOffsetCallback
-
Packages that use ScaleOffsetCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of ScaleOffsetCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return ScaleOffsetCallback Modifier and Type Method Description ScaleOffsetCallback
CartesianAxis. getOffsetCallback()
Returns the user callback that sets the added extra space to the both edges and the axis is scaled to fit in the chart area.Methods in org.pepstock.charba.client.configuration with parameters of type ScaleOffsetCallback Modifier and Type Method Description void
CartesianAxis. setOffset(ScaleOffsetCallback offsetCallback)
Sets the user callback that sets the added extra space to the both edges and the axis is scaled to fit in the chart area.
-