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

Namespace: yWorks.yFiles.Layout.Random
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.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