Back to Devexpress

ToolTipFreePosition.DockCorner Property

corelibraries-devexpress-dot-xtracharts-dot-tooltipfreeposition-4001ba94.md

latest2.5 KB
Original Source

ToolTipFreePosition.DockCorner Property

Specifies the corner of the tooltip’s parent element to which the tooltip is anchored.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ToolTipDockCorner DockCorner { get; set; }
vb
Public Property DockCorner As ToolTipDockCorner

Property Value

TypeDescription
ToolTipDockCorner

A ToolTipDockCorner enumeration value that represents the dock corner of the tooltip’s parent element.

|

Available values:

NameDescription
TopRight

A tooltip is positioned at the top right of a container object (specified via the ToolTipFreePosition.DockTarget property).

| | TopLeft |

A tooltip is positioned at the top left of a container object (specified via the ToolTipFreePosition.DockTarget property).

| | BottomRight |

A tooltip is positioned at the bottom right of a container object (specified via the ToolTipFreePosition.DockTarget property).

| | BottomLeft |

A tooltip is positioned at the bottom left of a container object (specified via the ToolTipFreePosition.DockTarget property).

|

Remarks

Use the DockCorner and ToolTipFreePosition.DockTarget properties to position a tooltip within its parent element, if the ToolTipOptions.ToolTipPosition property is set to ToolTipFreePosition.

See Also

ToolTipFreePosition Class

ToolTipFreePosition Members

DevExpress.XtraCharts Namespace