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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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