Version

TooltipHiding Field (DoughnutChartClientEvents)

Event fired when the mouse has left a series and the tooltip is about to hide. Function takes arguments evt and ui. Use ui.element to get reference to tooltip DOM element. Use ui.item to get reference to current series item object. Use ui.chart to get reference to chart object. Use ui.series to get reference to current series object. Use ui.actualItemBrush to get item brush. Use ui.actualSeriesBrush to get series brush.
Syntax
'Declaration
 
Public Const TooltipHiding As System.String
public const System.string TooltipHiding
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub