Skip to main content
A newer version of this page is available. .

ToolTipFreePosition.DockCorner Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
public ToolTipDockCorner DockCorner { get; set; }

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.

See Also