Skip to main content

CrosshairFreePosition.DockCorner Property

Specifies the corner of the crosshair label's parent element to which the crosshair label is anchored.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public DockCorner DockCorner { get; set; }

#Property Value

Type Description
DockCorner

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

#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