Interface AfterUpdateHook


  • public interface AfterUpdateHook
    Called after 'chart' has been updated and before rendering.
    Note that this hook will not be called if the chart update has been previously cancelled.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onAfterUpdate

        void onAfterUpdate​(IsChart chart,
                           PluginUpdateArgument argument)
        Called after 'chart' has been updated and before rendering.
        Note that this hook will not be called if the chart update has been previously cancelled.
        Parameters:
        chart - the chart instance.
        argument - the argument passed for update