Interface AfterRenderHook
- 
 public interface AfterRenderHookCalled 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAfterRender(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- 
onAfterRendervoid 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.
 
 
- 
 
-