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

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

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