Skip to main content

ToolTipFreePosition.DockTarget Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public IDockTarget DockTarget { get; set; }

Property Value

Type Description
IDockTarget

An object implementing the IDockTarget interface.

See Also