A tree layout algorithm that places child nodes symmetrically around their parent node.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public class FractalLayout : Layout |
Visual Basic
![]() |
---|
Public Class FractalLayout |
Nodes at the lowest level are arranged directly in a circle around their parent. At the upper level, the already arranged nodes form branches that are arranged in a circle around the new parent node. The algorithm is recursively repeated till the highest level is reached.
System.Object
MindFusion.Diagramming.Layout.Layout
MindFusion.Diagramming.Layout.FractalLayout