NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NLayeredGraphLayout Class / ReduceEdgeCrossings Method
The layers calculated at steps 1 and 2.
ReduceEdgeCrossings Method (NLayeredGraphLayout)
For each pair of adjacent layers fixes the positions of the vertices in the first layer and repositions the vertices in the second one in a way that minimizes the number of edge crossings between the two layers.
Syntax
protected virtual void ReduceEdgeCrossings( 
   NGraphVertexList[] layers
)

Parameters

layers
The layers calculated at steps 1 and 2.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also