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