CrosshairFreePosition.DockTarget Property
In This Article
Gets or sets an object to which a crosshair label should be docked.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public IDockTarget DockTarget { get; set; }
#Property Value
Type | Description |
---|---|
IDock |
An object implementing the IDock |
See Also