Swim lane ordering mode specifier.
Namespace: yWorks.yFiles.LayoutAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum SwimlanesMode |
| Visual Basic |
|---|
Public Enumeration SwimlanesMode |
Members
| Member name | Description | ||
|---|---|---|---|
| IgnoreGroups | 0 | Swim lane ordering mode specifier. Specifies that node grouping is ignored during the swim lane ordering optimization. | |
| OnlyGroups | 1 | Swim lane ordering mode specifier. Specifies that only node grouping is considered during the swim lane ordering optimization. | |
| Mixed | 2 | Swim lane ordering mode specifier. Specifies that both node grouping and edge length are considered during the swim lane ordering optimization. |