CrosshairFreePositionModel.DockCorner Property
Gets or sets the value of the CrosshairFreePosition.DockCorner within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| DockCorner | The dock corner of the Crosshair parent element. |
Available values:
| 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. |
See Also