Back to Devexpress

DockCorner Enum

corelibraries-devexpress-dot-xtracharts-0ab8853e.md

latest2.0 KB
Original Source

DockCorner Enum

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

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum DockCorner
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum DockCorner

Members

NameDescription
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:

LibraryRelated API Members
Cross-Platform Class LibraryCrosshairFreePosition.DockCorner
FreePosition.DockCorner
WinForms ControlsCrosshairFreePositionModel.DockCorner
FreePositionModel.DockCorner

Remarks

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

See Also

DevExpress.XtraCharts Namespace