CrosshairFreePosition.DockCorner Property
Specifies the corner of the crosshair’s parent element to which the crosshair label is anchored.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public DockCorner DockCorner { get; set; }
#Property Value
Type | Description |
---|---|
Dock |
A Dock |
Available values:
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. |
#Remarks
Use the DockCorner and CrosshairFreePosition.DockTarget properties to position a crosshair label within its parent element, if the CrosshairOptions.CommonLabelPosition property is set to CrosshairFreePosition.