Skip to main content
A newer version of this page is available. .
All docs
V21.2

SankeyLinearLayoutAlgorithm.ActualResolveOverlapping Property

Returns a value that indicates whether nodes are automatically repositioned to avoid link overlap.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ActualResolveOverlapping { get; }

Property Value

Type Description
Boolean

true if nodes are repositioned to avoid link overlap; otherwise, false.

Remarks

The ActualResolveOverlapping property returns the ResolveOverlapping property value. If ResolveOverlapping is not set, ActualResolveOverlapping returns the default value (true).

See Also