Specifier for the routing strategy of inter-edges (edges between fixed and partial nodes as well as edges between
different subgraph components).
Namespace: yWorks.yFiles.Layout.PartialAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum EdgeRoutingStrategy |
| Visual Basic |
|---|
Public Enumeration EdgeRoutingStrategy |
Members
| Member name | Description | ||
|---|---|---|---|
| Orthogonal | 0 | Specifier for the routing strategy of inter-edges (edges between fixed and partial nodes as well as edges between different subgraph components). The algorithm will use orthogonal routes for inter-edges, i.e., each edge only consists of vertical and horizontal segments. | |
| Straightline | 1 | Specifier for the routing strategy of inter-edges (edges between fixed and partial nodes as well as edges between different subgraph components). The algorithm will use straight-line routes for inter-edges. | |
| Automatic | 2 | Specifier for the routing strategy of inter-edges (edges between fixed and partial nodes as well as edges between different subgraph components). The algorithm automatically chooses a suitable routing strategy. | |
| Organic | 3 | Specifier for the routing strategy of inter-edges (edges between fixed and partial nodes as well as edges between different subgraph components). The algorithm will use organic routes for inter-edges. |