New to Telerik UI for WPFStart a free 30-day trial

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.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public class SugiyamaProcessor

Inheritance: objectSugiyamaProcessor

Constructors

C#
public SugiyamaProcessor()

Methods

Performs a layout pass on a connected component.

C#
public void Layout(Graph<SugiyamaData, object> graph, SugiyamaSettings layoutSettings)
Parameters:graphGraph<SugiyamaData, object>

The graph to rearrange.

layoutSettingsSugiyamaSettings

The layout settings.