Interface BeforeInitHook


  • public interface BeforeInitHook
    Called before initializing 'chart'.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onBeforeInit

        void onBeforeInit​(IsChart chart)
        Called before initializing 'chart'.
        Parameters:
        chart - the chart instance.