Uses of Interface
org.pepstock.charba.client.callbacks.AxisCalculateLabelRotationCallback
- 
Packages that use AxisCalculateLabelRotationCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).
- 
- 
Uses of AxisCalculateLabelRotationCallback in org.pepstock.charba.client.configurationMethods in org.pepstock.charba.client.configuration that return AxisCalculateLabelRotationCallback Modifier and Type Method Description AxisCalculateLabelRotationCallbackAxis. getAxisCalculateLabelRotationCallback()Returns the user callback that runs before/after tick rotation is determined.Methods in org.pepstock.charba.client.configuration with parameters of type AxisCalculateLabelRotationCallback Modifier and Type Method Description voidAxis. setAxisCalculateLabelRotationCallback(AxisCalculateLabelRotationCallback axisCalculateLabelRotationCallback)Sets the user callback that runs before/after tick rotation is determined.
 
-