Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NFamilyGraphLayout Class / ReduceEdgeCrossings Method


In This Topic
    ReduceEdgeCrossings Method (NFamilyGraphLayout)
    In This Topic
    Overriden to reposition the vertices so that husbands and wifes are adjacent, which leads to reduced number of edge crossings for family tree diagrams.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ReduceEdgeCrossings( _
       ByVal layers() As NGraphVertexList _
    ) 
    'Usage
     
    
    Dim instance As NFamilyGraphLayout
    Dim layers() As NGraphVertexList
     
    instance.ReduceEdgeCrossings(layers)
    protected override void ReduceEdgeCrossings( 
       NGraphVertexList[] layers
    )

    Parameters

    layers
    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