This class provides a layout algorithm which produces orthogonal drawings of hierarchically grouped graphs.

Namespace: yWorks.yFiles.Layout.Orthogonal
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class OrthogonalGroupLayouter : CanonicMultiStageLayouter
Visual Basic
Public Class OrthogonalGroupLayouter _
	Inherits CanonicMultiStageLayouter

Remarks

This class provides a layout algorithm which produces orthogonal drawings of hierarchically grouped graphs.

Here is a sample output of the layouter.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..CanonicMultiStageLayouter
    yWorks.yFiles.Layout.Orthogonal..::..OrthogonalGroupLayouter

See Also