public interface AxisFitCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterFit(Axis axis,
AxisItem item)
Callback that runs after the scale fits to the canvas.
|
void |
onBeforeFit(Axis axis,
AxisItem item)
Callback that runs before the scale fits to the canvas.
|