Compaction strategy specifier for use with
GroupCompactionStrategy
.
Namespace: yWorks.yFiles.Layout.Hierarchic.IncrementalAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum GroupCompactionPolicy |
| Visual Basic |
|---|
Public Enumeration GroupCompactionPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| None | 0 | Compaction strategy specifier for use with GroupCompactionStrategy . This specifies no horizontal group compaction, i.e. group node contents will occupy nearly the same horizontal positions as when not grouped at all. | |
| Maximal | 1 | Compaction strategy specifier for use with GroupCompactionStrategy . This specifies maximal horizontal group compaction, i.e. the node placer will try to minimize the horizontally occupied space for a group node. |