This tree layouter allows to layout a tree such that each subgraph rooted at a node can either have a horizontal or vertical layout.

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

Remarks

This tree layouter allows to layout a tree such that each subgraph rooted at a node can either have a horizontal or vertical layout.

Here is an sample output of the layouter

Inheritance Hierarchy

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

See Also