Node group policy specifier.
Namespace: yWorks.yFiles.Layout.OrganicAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum GroupsPolicy |
| Visual Basic |
|---|
Public Enumeration GroupsPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| Layout | 0 | Node group policy specifier. This layouter will consider grouping information of an input graph. It will layout the contents of groups in a way that highlights their togetherness. | |
| Fixed | 1 | Node group policy specifier. This layouter will keep the relative positions of nodes that belong to the same group. The layouter will take the fixed groups into account when placing the other nodes of the graph. | |
| Ignore | 2 | Node group policy specifier. This layouter will ignore all grouping related information when laying out the graph. |