[Flags()] public enum GoLayoutLayeredDigraphPack : System.Enum
[Flags()] public enum GoLayoutLayeredDigraphPack : System.Enum
Member | Description |
---|---|
All | Enable all options for the GoLayoutLayeredDigraph.StraightenAndPack method. |
Expand | This option gives more chances for GoLayoutLayeredDigraph.StraightenAndPack to improve the layout of the network, but is very expensive in time for large networks. |
Median | This option tries to have GoLayoutLayeredDigraph.StraightenAndPack center groups of nodes based on their relationships with nodes in other layers. |
None | Do minimal work in GoLayoutLayeredDigraph.StraightenAndPack. |
Straighten | This option tries to have GoLayoutLayeredDigraph.StraightenAndPack straighten many of the links that cross layers. |