NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NForceDirectedGraphLayout Class


NForceDirectedGraphLayout Class Properties

For a list of all members of this type, see NForceDirectedGraphLayout members.

Public Properties
 NameDescription
Public PropertyGets the bounce back force, which can be used to repulse the vertices, whose bodies overlap.  
Public PropertyGets or sets the force enviroment, which is used to control global settings about the environment in which forces operate  
Public PropertyControls the initial placement of the fixed vertices  
Public PropertyGets the collection of forces in this layout  
Public PropertyControls the initial placement of the free vertices  
Public PropertyGets the gravity force, which attracts vertices to the current barycenter of the graph  
Public PropertyGets the first magnetic field force, which can be used to impose an edge orientation  
Public PropertyGets or sets the maximum iterations in which the layout must try to reach equilibrium. By default set to 500  
Public PropertyGets or sets the maximum time in milliseconds in which the layout must try to reach equilibrium. By default set to 5000.  
Public PropertyGets or sets the minial delta measure for distances, which can become zero  
Public PropertyGets or sets the plug spacing to apply when routing duplicate edges  
Public PropertyGets or sets the stop force. If all current forces are smaller than this force, then the layout is automatically stopped.  
Top
See Also