This stage can be used to do mix layouts for tree-like subgraph structures and the non-tree like rest of a graph.

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2

Syntax

C#
public class TreeComponentLayouter : ILayoutStage, 
	ILayouter
Visual Basic
Public Class TreeComponentLayouter _
	Implements ILayoutStage, ILayouter

Remarks

This stage can be used to do mix layouts for tree-like subgraph structures and the non-tree like rest of a graph.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Tree..::..TreeComponentLayouter

See Also