Interface AfterRenderHook
-
public interface AfterRenderHook
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAfterRender(IsChart chart)
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled.
-
-
-
Method Detail
-
onAfterRender
void onAfterRender(IsChart chart)
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled.- Parameters:
chart
- the chart instance.
-
-