Enum LayeredDigraphPack

GoDiagram®
v10.0.8
by Northwoods Software®

These enumerated values can be bitwise combined as values for the PackOption property, which controls how much and what kinds of effort Northwoods.Go.Layouts.LayeredDigraphLayout.StraightenAndPack() makes.

Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.WinForms.LayeredDigraphLayout.dll
Syntax
[Flags]
public enum LayeredDigraphPack

Fields

Name Description
All

Enable all options for the PackOption property.

Expand

This option gives more chances for the packing algorithm to improve the network, but is very expensive in time for large networks.

Median

This option tries to have the packing algorithm center groups of nodes based on their relationships with nodes in other layers.

None

Does minimal work in packing the nodes.

Straighten

This option tries to have the packing algorithm straighten many of the links that cross layers.