Uses of Interface
org.pepstock.charba.client.callbacks.AxisTickToLabelConversionCallback
-
Packages that use AxisTickToLabelConversionCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of AxisTickToLabelConversionCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return AxisTickToLabelConversionCallback Modifier and Type Method Description AxisTickToLabelConversionCallback
Axis. getAxisTickToLabelConversionCallback()
Returns the user callback that runs before/after ticks are converted in the strings.Methods in org.pepstock.charba.client.configuration with parameters of type AxisTickToLabelConversionCallback Modifier and Type Method Description void
Axis. setAxisTickToLabelConversionCallback(AxisTickToLabelConversionCallback axisTickToLabelConversionCallback)
Sets the user callback that runs before/after ticks are converted in the strings.
-