Version

DataTooltipGroupedPositionX Enumeration

Describes available positions on the X axis at which the summary tooltip to be displayed.
Syntax
'Declaration
 
Public Enum DataTooltipGroupedPositionX 
   Inherits System.Enum
public enum DataTooltipGroupedPositionX : System.Enum 
Members
MemberDescription
AutoA position on the X axis is selected automatically.
LeftEdgeSnapLeftAligns the tooltip so that it appears to the left of the horizontal snap point of the current series if applicable.
LeftEdgeSnapMiddleAligns the tooltip so that it appears at the middle of the horizontal snap point of the current series if applicable.
LeftEdgeSnapRightAligns the tooltip so that it appears to the right of the horizontal snap point of the current series if applicable.
PinLeftAligns the tooltip relative to the left plot area edge.
PinMiddleAligns the tooltip width center with the width center of the plot area.
PinRightAligns the tooltip relative to the right plot area edge.
RightEdgeSnapLeftAligns the tooltip so that it appears to the left of the horizontal snap point of the current series if applicable.
RightEdgeSnapMiddleAligns the tooltip so that it appears at the middle of the horizontal snap point of the current series if applicable.
RightEdgeSnapRightAligns the tooltip so that it appears to the right of the horizontal snap point of the current series if applicable.
SnapLeftAligns the tooltip so that it appears to the left of the horizontal snap point of the current series if applicable.
SnapMiddleAligns the tooltip so that it appears at the middle of the horizontal snap point of the current series if applicable.
SnapRightAligns the tooltip so that it appears to the right of the horizontal snap point of the current series if applicable.
TrackLeftAligns the tooltip so that it appears to the left of the cursor.
TrackMiddleAligns the tooltip so that the cursor appears in the center of the tooltip width.
TrackRightAligns the tooltip so that it appears to the right of the cursor.
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