Skip to main content

CrosshairFreePosition.DockTarget Property

Gets or sets an object, to which a crosshair label should be docked.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public IDockTarget DockTarget { get; set; }

#Property Value

Type Description
IDockTarget

An object implementing the IDockTarget interface.

See Also