public interface AxisTickToLabelConversionCallback
Modifier and Type | Method and Description |
---|---|
void |
onAfterTickToLabelConversion(Axis axis,
AxisItem item)
Callback that runs after ticks are converted in the strings.
|
void |
onBeforeTickToLabelConversion(Axis axis,
AxisItem item)
Callback that runs before ticks are converted in the strings.
|