NBalloonTreeLayout Class Members
In This Topic
The following tables list the members exposed by NBalloonTreeLayout.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| ChildrenWedge | Gets/Sets the sector angle (measured in degrees) for the children of each vertex. |
| ParentChildSpacing | Gets/Sets the preferred spacing between a parent and a child vertex in the layout direction. The real spacing may be different for some nodes, because the layout does not allow overlapping. |
| RootWedge | Gets/Sets the sector angle (measured in degrees) for the children of the root vertex. |
| StartAngle | Gets/Sets the start angle for the children of the root vertex, measured in degrees anticlockwise from the x-axis. |
| VertexSpacing | Gets/Sets the minimal spacing between two vertices in the layout. |
Top
Protected Methods
| Name | Description |
| ArrangeTree | Overridden. Overriden to perform the balloon tree layout algorithm |
Top
See Also