This class provides a layout algorithm which produces orthogonal drawings.

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 OrthogonalLayouter : CanonicMultiStageLayouter
Visual Basic
Public Class OrthogonalLayouter _
	Inherits CanonicMultiStageLayouter

Remarks

This class provides a layout algorithm which produces orthogonal drawings.

OrthogonalLayouter can consider edge label data when laying out a graph. That means that the the layout of edge labels will be part of the resulting layout and the layout of nodes and edges is chosen in such a way that the edge labels do not conflict with the rest of the layout. See classes LabelLayoutData , LabelLayoutKeys , and LabelLayoutTranslator on how to setup the integrated edge label layout feature.

Here is an sample output of the layouter using the layout style Normal .

Inheritance Hierarchy

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

See Also