Version

CategoryTooltipLayerPosition Enumeration

Describes available positions on the crossing axis at which the category tooltip can be displayed.
Syntax
'Declaration
 
Public Enum CategoryTooltipLayerPosition 
   Inherits System.Enum
public enum CategoryTooltipLayerPosition : System.Enum 
Members
MemberDescription
AutoA position is selected automatically
InsideEndDisplays at the inside end of the axis.
InsideStartDisplays at the inside start of the axis.
OutsideEndDisplays at the outside end of the axis.
OutsideStartDisplays at the outside start of the axis.
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