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