Skip to main content

ToolTipFreePositionModel.DockCorner Property

Gets or sets the value of the ToolTipFreePosition.DockCorner within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
ToolTipDockCorner

The dock corner of the tooltip 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).

See Also