'Declaration Public Enum DataTooltipGroupedPositionY Inherits System.Enum
public enum DataTooltipGroupedPositionY : System.Enum
Member | Description |
---|---|
Auto | A position on the Y axis is selected automatically. |
BottomEdgeSnapBottom | Aligns the tooltip so that it appears at the bottom of the vertical snap point of the current series if applicable. |
BottomEdgeSnapMiddle | Aligns the tooltip so that it appears at the middle of the vertical snap point of the current series if applicable. |
BottomEdgeSnapTop | Aligns the tooltip so that it appears at the top of the vertical snap point of the current series if applicable. |
PinBottom | Aligns the tooltip relative to the bottom chart edge. |
PinMiddle | Aligns the tooltip height center with the height center of the chart. |
PinTop | Aligns the tooltip relative to the top chart edge. |
SnapBottom | Aligns the tooltip so that it appears at the bottom of the vertical snap point of the current series if applicable. |
SnapMiddle | Aligns the tooltip so that it appears at the middle of the vertical snap point of the current series if applicable. |
SnapTop | Aligns the tooltip so that it appears at the top of the vertical snap point of the current series if applicable. |
TopEdgeSnapBottom | Aligns the tooltip so that it appears at the bottom of the vertical snap point of the current series if applicable. |
TopEdgeSnapMiddle | Aligns the tooltip so that it appears at the middle of the vertical snap point of the current series if applicable. |
TopEdgeSnapTop | Aligns the tooltip so that it appears at the top of the vertical snap point of the current series if applicable. |
TrackBottom | Aligns the tooltip so that it appears at the bottom of the cursor. |
TrackMiddle | Aligns the tooltip so that the cursor appears in the center of the tooltip height. |
TrackTop | Aligns the tooltip so that it appears at the top of the cursor. |
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