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