Interface BeforeElementsUpdateHook
-
public interface BeforeElementsUpdateHookCalled during the update process, before any chart elements have been created.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonBeforeElementsUpdate(IsChart chart)Called during the update process, before any chart elements have been created.
-
-
-
Method Detail
-
onBeforeElementsUpdate
void onBeforeElementsUpdate(IsChart chart)
Called during the update process, before any chart elements have been created.- Parameters:
chart- the chart instance.
-
-