public interface AxisUpdateCallback
Axis| Modifier and Type | Method and Description |
|---|---|
void |
onAfterUpdate(AbstractChart<?,?> chart,
AxisItem item)
Callback that runs at the end of the update process.
|
void |
onBeforeUpdate(AbstractChart<?,?> chart,
AxisItem item)
Callback called before the update process starts.
|
void onBeforeUpdate(AbstractChart<?,?> chart, AxisItem item)
chart - chart instanceitem - axis item instanceAbstractChart,
AxisItemvoid onAfterUpdate(AbstractChart<?,?> chart, AxisItem item)
chart - chart instanceitem - axis item instanceAbstractChart,
AxisItem