Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NLayeredGraphLayout Class / CrossingReductionForgivnessNumber Property


In This Topic
    CrossingReductionForgivnessNumber Property
    In This Topic
    Defines the number of times without a reduction to the number of edge crossings after which the crossing reduction algorithm should stop traversing the graph. Lower values lead to better performance but the number of edge crossings might increase. By default set to 20.
    Syntax
    'Declaration
     
    
    Public Property CrossingReductionForgivnessNumber As System.Integer
    'Usage
     
    
    Dim instance As NLayeredGraphLayout
    Dim value As System.Integer
     
    instance.CrossingReductionForgivnessNumber = value
     
    value = instance.CrossingReductionForgivnessNumber
    public System.int CrossingReductionForgivnessNumber {get; set;}
    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