Nevron.Nov.Diagram.Layout Namespace / NLayeredGraphLayout Class / CrossingReductionStrategy Property
In This Topic
    CrossingReductionStrategy Property
    In This Topic
    Gets/Sets the crossing reduction strategy. By default set to Balanced.
    Syntax
    public ENLayeredLayoutCrossingReductionStrategy CrossingReductionStrategy {get; set;}
    Remarks
    The crossing reduction strategy greatly affects layered graph layout performance, so if you want the layout to complete faster, consider switching the crossing reduction strategy to Fast.
    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