Skip to main content
A newer version of this page is available. .

CrosshairFreePosition.DockTarget Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public IDockTarget DockTarget { get; set; }

Property Value

Type Description
IDockTarget

An object implementing the IDockTarget interface.

See Also