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

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