NBarycenterGraphLayout Class Members
In This Topic
The following tables list the members exposed by NBarycenterGraphLayout.
Public Constructors
Public Fields
Protected Fields
| Name | Description |
| fQAj | |
Top
Public Properties
| Name | Description |
| BarycenterForce | Gets the barycenter force, which tries to collapse the vertices their center of gravity |
| MinFixedVerticesCount | Gets or sets the minimal count of fixed vertices. If the graph does not have that many fixed vertices they will be automaticall chosen. By default set to 3 |
Top
Protected Methods
| Name | Description |
| ArrangeGraph | Overridden. Overriden to perform the barycenter layout on the specified graph |
| DetermineFixedVertices | Determines the fixed vertices of the input graph. Fixes the needed amount of vertices if the input graph does not have that many. |
Top
See Also