Interface ConfigureHook
-
public interface ConfigureHook
Called before initializing configuration of 'chart'.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onConfigure(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.
-
-