places nodes in their given layers (does not change the y coordinates) for the TREE layout style of a HierarchicLayouter.

Namespace: yWorks.yFiles.Layout.Hierarchic
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class HierarchicTreePlacer : AbstractNodePlacer
Visual Basic
Public Class HierarchicTreePlacer _
	Inherits AbstractNodePlacer

Remarks

places nodes in their given layers (does not change the y coordinates) for the TREE layout style of a HierarchicLayouter.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Tree..::..AbstractNodePlacer
    yWorks.yFiles.Layout.Hierarchic..::..TreeDrawer..::..HierarchicTreePlacer

See Also