Example of RadialTree Layout in ASP.NET MVC Diagram Control
This sample demonstrates a huge organizational structure using a compact layout model. Radial tree layout algorithm is used to build such a layout.
DEMO
SOURCE
This example shows how to visualize a complex hierarchical data using radial tree layout algorithm that
arranges the nodes in a circular structure. The type
property of the layout can be used to enable
radial tree layout. The spacing between the objects can also be customized in the tree.
The horizontalSpacing
and verticalSpacing
properties of layout
can be
used to customize the space between the objects in a tree.