A tree layouter that lays out the subtrees of the tree in a balloon-like fashion.

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

Remarks

A tree layouter that lays out the subtrees of the tree in a balloon-like fashion.

Here is a sample layout output

Inheritance Hierarchy

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

See Also