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.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| 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). |
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.