Interface AxisTickToLabelConversionCallback
-
public interface AxisTickToLabelConversionCallbackInterface to be implemented which can be used to change parameters in the scale during ticks label conversion.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAfterTickToLabelConversion(Axis axis, AxisItem item)Callback that runs after ticks are converted in the strings.voidonBeforeTickToLabelConversion(Axis axis, AxisItem item)Callback that runs before ticks are converted in the strings.
-