Interface BeforeElementsUpdateHook


  • public interface BeforeElementsUpdateHook
    Called during the update process, before any chart elements have been created.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onBeforeElementsUpdate

        void onBeforeElementsUpdate​(IsChart chart)
        Called during the update process, before any chart elements have been created.
        Parameters:
        chart - the chart instance.