DockCorner Enum
In This Article
Lists the values used to specify the dock corner of an annotation‘s shape.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
Name | Description |
---|---|
Left
|
The annotation’s shape is docked to the left top corner. |
Left
|
The annotation’s shape is docked to the left bottom corner. |
Right
|
The annotation’s shape is docked to the right top corner. |
Right
|
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 | Crosshair |
Free |
|
Win |
Crosshair |
Free |
#Remarks
The values listed by the DockCorner enumeration are used to set the FreePosition.DockCorner property.
See Also