DiagramLite Programmer's Guide
FractalLayout Class
Remarks See Also
 





A tree layout algorithm that places child nodes symmetrically around their parent node.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public class FractalLayout : Layout

Visual Basic  Copy Code

Public Class FractalLayout
    Inherits Layout

 Remarks

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.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Layout.Layout
        MindFusion.Diagramming.Layout.FractalLayout

 See Also

FractalLayout Members
MindFusion.Diagramming.Layout Namespace