Implements a radial tree layout algorithm.
Namespace: MindFusion.Graphs
File: RadialTreeLayout.js
JavaScript Copy Code |
---|
// class |
This layout class arranges tree levels in concentric circles around the root. The levelDistance property specifies the distance between adjacent circles. The direction property specifies placement of first child node. Set stretchFactor to a value larger than 1 in order to stretch level circles into ellipses, providing more space for the layout when using wider nodes.
MindFusion.Graphs.Layout
MindFusion.Graphs.RadialTreeLayout