Uses of Interface
org.pepstock.charba.client.callbacks.ScalePositionCallback
-
Packages that use ScalePositionCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of ScalePositionCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return ScalePositionCallback Modifier and Type Method Description ScalePositionCallback
CartesianAxis. getPositionCallback()
Returns the user callback that sets the axis position on the chart.Methods in org.pepstock.charba.client.configuration with parameters of type ScalePositionCallback Modifier and Type Method Description void
CartesianAxis. setPosition(ScalePositionCallback positionCallback)
Sets the user callback that sets the axis position on the chart.
-