GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / StraightenAndPack Method
In This Topic
    StraightenAndPack Method
    In This Topic
    Adjusts the columns of nodes in the network to produce a layout which reduces the number of bends and is tightly packed.
    Syntax
    protected virtual void StraightenAndPack()
    Remarks
    The behavior is controlled by the PackOption.
    See Also