This layerer implementation layers the nodes by given layer IDs.

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

Remarks

This layerer implementation layers the nodes by given layer IDs. The layer IDs are given by a DataProvider that returns the integral layer ID of each node in the graph.

Inheritance Hierarchy

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

See Also