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