Interface AfterDrawHook
- 
 public interface AfterDrawHookCalled after the 'chart' has been drawn.
 Note that this hook will not be called if the drawing has been previously cancelled.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAfterDraw(IsChart chart)Called after the 'chart' has been drawn.
 Note that this hook will not be called if the drawing has been previously cancelled.
 
- 
- 
- 
Method Detail- 
onAfterDrawvoid onAfterDraw(IsChart chart) Called after the 'chart' has been drawn.
 Note that this hook will not be called if the drawing has been previously cancelled.- Parameters:
- chart- the chart instance.
 
 
- 
 
-