Implements the Spring-Embedder graph layout algorithm.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public class SpringLayout : Layout |
Visual Basic
![]() |
---|
Public Class SpringLayout |
Spring-Embedder produces layouts having uniform distribution of nodes by simulating a physical system in which nodes repulse each other and the links between them act as confining springs. Nodes are moved around in an iterative process. The forces that act on a node are calculated, taking in account the positions of surrounding nodes and links from the previous iteration.
System.Object
MindFusion.Diagramming.Layout.Layout
MindFusion.Diagramming.Layout.SpringLayout