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

Namespace: yWorks.yFiles.Layout.Random
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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