Version

ToolTipType Enumeration

An enum representing the available tooltip types to display in the chart.
Syntax
'Declaration
 
Public Enum ToolTipType 
   Inherits System.Enum
public enum ToolTipType : System.Enum 
Members
MemberDescription
CategoryDisplay combined tooltip for all series in the chart.
DataDisplay the data tooltips for all series in the chart
DefaultDisplay default tooltip for each series in the chart.
ItemDisplay individual tooltips for all series in the chart.
NoneDisplay no tooltips in the chart.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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