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.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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