NCircularGraphLayout Class Members
In This Topic
The following tables list the members exposed by NCircularGraphLayout.
Public Fields
Public Properties
| Name | Description |
| AspectRatio | Determines the aspect (width/height) ratio of the layout. By default set to 1 which layouts the nodes in a circle. |
| AutoSizeRings | Deterimnes if the layout will auto set the ring radius in order to eliminate node overlapping |
| RingInflateFactor | Deterimnes the ring inflate factor in terms of RingRadius (0 - 1) |
| RingRadius | Gets or sets the ring radius for the layout |
Top
Protected Methods
| Name | Description |
| ArrangeGraph | Overridden. Overriden to layout the given graph. |
| Overlap | Test if there's overlapping between the given vertices. |
Top
See Also