Interface AfterDrawHook


  • public interface AfterDrawHook
    Called after the 'chart' has been drawn.
    Note that this hook will not be called if the drawing has been previously cancelled.
    Author:
    Andrea "Stock" Stocchero
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onAfterDraw​(IsChart chart)
      Called after the 'chart' has been drawn.
      Note that this hook will not be called if the drawing has been previously cancelled.
    • Method Detail

      • onAfterDraw

        void onAfterDraw​(IsChart chart)
        Called after the 'chart' has been drawn.
        Note that this hook will not be called if the drawing has been previously cancelled.
        Parameters:
        chart - the chart instance.