This NodePlacer calculates and respects layers.

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 LayeredNodePlacer : AbstractRotatableNodePlacer
Visual Basic
Public Class LayeredNodePlacer _
	Inherits AbstractRotatableNodePlacer

Remarks

This NodePlacer calculates and respects layers.

Warning: Changing the orientation within the LayeredNodePlacers will result in dubious problems.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Tree..::..AbstractRotatableNodePlacer
    yWorks.yFiles.Layout.Tree..::..LayeredNodePlacer

See Also