Interface AfterTooltipDrawHook


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

      • onAfterTooltipDraw

        void onAfterTooltipDraw​(IsChart chart,
                                PluginTooltipArgument item)
        Called after drawing the 'tooltip'.
        Note that this hook will not be called if the tooltip drawing has been previously cancelled.
        Parameters:
        chart - the chart instance.
        item - The tooltip instance.