corelibraries-devexpress-dot-xtracharts-dot-tooltipfreeposition-4001ba94.md
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
public ToolTipDockCorner DockCorner { get; set; }
Public Property DockCorner As ToolTipDockCorner
| Type | Description |
|---|---|
| ToolTipDockCorner |
A ToolTipDockCorner enumeration value that represents the dock corner of the tooltip’s parent element.
|
Available values:
| Name | Description |
|---|---|
| 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).
|
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