corelibraries-devexpress-dot-xtracharts-0ab8853e.md
Lists the values used to specify the dock corner of an annotation‘s shape.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum DockCorner
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum DockCorner
| 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.
|
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 |
The values listed by the DockCorner enumeration are used to set the FreePosition.DockCorner property.
See Also