Interface AfterLayoutHook
-
public interface AfterLayoutHook
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAfterLayout(IsChart chart)
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled.
-
-
-
Method Detail
-
onAfterLayout
void onAfterLayout(IsChart chart)
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled.- Parameters:
chart
- the chart instance.
-
-