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

DockCorner Enum

Lists the values used to specify the dock corner of an annotation‘s shape.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
public enum DockCorner

Members

Name Description
LeftTop

The annotation’s shape is docked to the left top corner.

LeftBottom

The annotation’s shape is docked to the left bottom corner.

RightTop

The annotation’s shape is docked to the right top corner.

RightBottom

The annotation’s shape is docked to the right bottom corner.

Related API Members

The following properties accept/return DockCorner values:

Library Related API Members
Cross-Platform Class Library CrosshairFreePosition.DockCorner
FreePosition.DockCorner
WinForms Controls CrosshairFreePositionModel.DockCorner
FreePositionModel.DockCorner

Remarks

The values listed by the DockCorner enumeration are used to set the FreePosition.DockCorner property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DockCorner enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also