Version

DataTooltipGroupedPositionY Enumeration

Describes available positions on the Y axis at which the summary tooltip to be displayed.
Syntax
'Declaration
 
Public Enum DataTooltipGroupedPositionY 
   Inherits System.Enum
public enum DataTooltipGroupedPositionY : System.Enum 
Members
MemberDescription
AutoA position on the Y axis is selected automatically.
BottomEdgeSnapBottomAligns the tooltip so that it appears at the bottom of the vertical snap point of the current series if applicable.
BottomEdgeSnapMiddleAligns the tooltip so that it appears at the middle of the vertical snap point of the current series if applicable.
BottomEdgeSnapTopAligns the tooltip so that it appears at the top of the vertical snap point of the current series if applicable.
PinBottomAligns the tooltip relative to the bottom chart edge.
PinMiddleAligns the tooltip height center with the height center of the chart.
PinTopAligns the tooltip relative to the top chart edge.
SnapBottomAligns the tooltip so that it appears at the bottom of the vertical snap point of the current series if applicable.
SnapMiddleAligns the tooltip so that it appears at the middle of the vertical snap point of the current series if applicable.
SnapTopAligns the tooltip so that it appears at the top of the vertical snap point of the current series if applicable.
TopEdgeSnapBottomAligns the tooltip so that it appears at the bottom of the vertical snap point of the current series if applicable.
TopEdgeSnapMiddleAligns the tooltip so that it appears at the middle of the vertical snap point of the current series if applicable.
TopEdgeSnapTopAligns the tooltip so that it appears at the top of the vertical snap point of the current series if applicable.
TrackBottomAligns the tooltip so that it appears at the bottom of the cursor.
TrackMiddleAligns the tooltip so that the cursor appears in the center of the tooltip height.
TrackTopAligns the tooltip so that it appears at the top 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