Ranking policy specifier.
Namespace: yWorks.yFiles.Layout.HierarchicAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum RankingPolicy |
| Visual Basic |
|---|
Public Enumeration RankingPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| NoReranking | 0 | Ranking policy specifier. Nodes do not get re-ranked after the initial topological layering step. | |
| DownShift | 1 | Ranking policy specifier. Nodes get re-ranked by an inexpensive downshift rule. | |
| TightTree | 2 | Ranking policy specifier. Nodes get re-ranked by finding a spanning tree that contains only tight (length 1) edges. |