This NodePlacer calculates and respects layers.

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

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