This algorithm is based on the following paper: T. Fruchterman and E. Reingold. "Graph drawing by force-directed placement." Software Practice and Experience, 21(11):1129--1164, 1991. Implemented by Arun Bhalla.

Namespace:  QuickGraph.Algorithms.Layout
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
[ObsoleteAttribute("Use ForceDirectedLayoutAlgorithm instead")]
public class FruchtermanReingoldLayoutAlgorithm
Visual Basic (Declaration)
<ObsoleteAttribute("Use ForceDirectedLayoutAlgorithm instead")> _
Public Class FruchtermanReingoldLayoutAlgorithm

Inheritance Hierarchy

System..::.Object
  QuickGraph.Algorithms.Layout..::.FruchtermanReingoldLayoutAlgorithm
    QuickGraph.Algorithms.Layout..::.FruchtermanReingoldGridVariantLayoutAlgorithm

See Also