Interface AfterInitHook
- 
 public interface AfterInitHookCalled after 'chart' has been initialized and before the first update.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAfterInit(IsChart chart, Chart nativeChart)Called after 'chart' has been initialized and before the first update.
 
-