DockCorner Enum
Lists the values used to specify the dock corner of an annotation‘s shape.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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.
See Also