This tree layouter tries to generate compact tree layouts with a certain aspect ratio.

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

Remarks

This tree layouter tries to generate compact tree layouts with a certain aspect ratio. The ratio can be specified for each subtree.

Here is a sample layout output (using an aspect ratio of 1 by 2)

Inheritance Hierarchy

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

See Also