GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraphAggressive Enumeration
In This Topic
    GoLayoutLayeredDigraphAggressive Enumeration
    In This Topic
    This enumeration controls how much effort GoLayoutLayeredDigraph.ReduceCrossings puts into trying to look for link crossings.
    Syntax
    public enum GoLayoutLayeredDigraphAggressive : System.Enum 
    Members
    MemberDescription
    Less The faster, less agressive crossing reduction algorithm
    More The slower, more agressive crossing reduction algorithm
    None The fastest, but poorest, crossing reduction algorithm
    See Also