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.v25.2.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The ActualResolveOverlapping property returns the ResolveOverlapping property value. If ResolveOverlapping is not set, ActualResolveOverlapping returns the default value (true).
See Also