Implementation of a layout algorithm for trees.

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

Syntax

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

Remarks

Implementation of a layout algorithm for trees.

Here is an sample output of the layouter using left to right orientation and Orthogonal layout style.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..CanonicMultiStageLayouter
    yWorks.yFiles.Layout.Tree..::..TreeLayouter

See Also