'Declaration Public Enum DataTooltipGroupedPositionX Inherits System.Enum
public enum DataTooltipGroupedPositionX : System.Enum
Member | Description |
---|---|
Auto | A position on the X axis is selected automatically. |
LeftEdgeSnapLeft | Aligns the tooltip so that it appears to the left of the horizontal snap point of the current series if applicable. |
LeftEdgeSnapMiddle | Aligns the tooltip so that it appears at the middle of the horizontal snap point of the current series if applicable. |
LeftEdgeSnapRight | Aligns the tooltip so that it appears to the right of the horizontal snap point of the current series if applicable. |
PinLeft | Aligns the tooltip relative to the left plot area edge. |
PinMiddle | Aligns the tooltip width center with the width center of the plot area. |
PinRight | Aligns the tooltip relative to the right plot area edge. |
RightEdgeSnapLeft | Aligns the tooltip so that it appears to the left of the horizontal snap point of the current series if applicable. |
RightEdgeSnapMiddle | Aligns the tooltip so that it appears at the middle of the horizontal snap point of the current series if applicable. |
RightEdgeSnapRight | Aligns the tooltip so that it appears to the right of the horizontal snap point of the current series if applicable. |
SnapLeft | Aligns the tooltip so that it appears to the left of the horizontal snap point of the current series if applicable. |
SnapMiddle | Aligns the tooltip so that it appears at the middle of the horizontal snap point of the current series if applicable. |
SnapRight | Aligns the tooltip so that it appears to the right of the horizontal snap point of the current series if applicable. |
TrackLeft | Aligns the tooltip so that it appears to the left of the cursor. |
TrackMiddle | Aligns the tooltip so that the cursor appears in the center of the tooltip width. |
TrackRight | Aligns the tooltip so that it appears to the right 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