Back to Devexpress

CrosshairFreePosition.DockCorner Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairfreeposition.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public DockCorner DockCorner { get; set; }
vb
Public Property DockCorner As DockCorner

Property Value

TypeDescription
DockCorner

A DockCorner enumeration value that represents the dock corner of the crosshair’s parent element.

|

Available values:

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.

|

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.

See Also

CrosshairFreePosition Class

CrosshairFreePosition Members

DevExpress.XtraCharts Namespace