Sugiyama layout of a single connected graph.
The process consists of the following steps:
- layering: the longest path in the component determines the number
of layers
- normalization:
- nodes ordering:
- positioning: the actual positions (or bounding rectangles) are
set.
Namespace: Telerik.Windows.Diagrams.CoreAssembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.1.403.40
Syntax
| C# |
|---|
public class SugiyamaProcessor |
| Visual Basic |
|---|
Public Class SugiyamaProcessor |
Inheritance Hierarchy
See Also