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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-