This layerer implementation assigns layers by analyzing already existing node coordinates.

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 AsIsLayerer : ILayerer, 
	ILayerer
Visual Basic
Public Class AsIsLayerer _
	Implements ILayerer, ILayerer

Remarks

This layerer implementation assigns layers by analyzing already existing node coordinates. Nodes whose bounding boxes intersect a common y-coordinate are assigned to the same layer.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Hierarchic..::..AsIsLayerer

See Also