Interface BeforeInitHook
-
public interface BeforeInitHookCalled before initializing 'chart'.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonBeforeInit(IsChart chart)Called before initializing 'chart'.
-
-
-
Method Detail
-
onBeforeInit
void onBeforeInit(IsChart chart)
Called before initializing 'chart'.- Parameters:
chart- the chart instance.
-
-