This class generates a layout, where the nodes are placed randomly.

Namespace: yWorks.yFiles.Layout.Random
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class RandomLayouter : CanonicMultiStageLayouter
Visual Basic
Public Class RandomLayouter _
	Inherits CanonicMultiStageLayouter

Remarks

This class generates a layout, where the nodes are placed randomly. Edges have no bends and ports. The layout is placed inside a box.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..CanonicMultiStageLayouter
    yWorks.yFiles.Layout.Random..::..RandomLayouter

See Also