Back to Devexpress

SankeyLinearLayoutAlgorithm.ResolveOverlapping Property

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeylinearlayoutalgorithm-666c8c67.md

latest1.9 KB
Original Source

SankeyLinearLayoutAlgorithm.ResolveOverlapping Property

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? ResolveOverlapping { get; set; }
vb
Public Property ResolveOverlapping As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true if nodes are repositioned to avoid link overlap; otherwise, false. The default value is true.

|

Remarks

ResolveOverlapping = TrueResolveOverlapping = False

The following markup disables the Resolve Overlapping algorithm:

xaml
<dxsa:SankeyDiagramControl.LayoutAlgorithm>
    <dxsa:SankeyLinearLayoutAlgorithm ResolveOverlapping="False"/>
</dxsa:SankeyDiagramControl.LayoutAlgorithm>

See Also

SankeyLinearLayoutAlgorithm Class

SankeyLinearLayoutAlgorithm Members

DevExpress.Xpf.Charts.Sankey Namespace