A graph layout algorithm that is based on a force directed model.

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

Syntax

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

Remarks

A graph layout algorithm that is based on a force directed model.

Here is a sample output of the layouter:

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..CanonicMultiStageLayouter
    yWorks.yFiles.Layout.Organic..::..OrganicLayouter

See Also