Back to Devexpress

SankeyLinearLayoutAlgorithm.ActualResolveOverlapping Property

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeylinearlayoutalgorithm-30ad4cba.md

latest1.7 KB
Original Source

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

csharp
public bool ActualResolveOverlapping { get; }
vb
Public ReadOnly Property ActualResolveOverlapping As Boolean

Property Value

TypeDescription
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

ResolveOverlapping

SankeyLinearLayoutAlgorithm Class

SankeyLinearLayoutAlgorithm Members

DevExpress.Xpf.Charts.Sankey Namespace