RadControls for WPF

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.Core
Assembly: 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

System..::..Object
  Telerik.Windows.Diagrams.Core..::..SugiyamaProcessor

See Also