Search
TriangularLayout Class
Remarks See Also
 






Performs triangular layout on simple, connected graphs.

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

 Syntax

C#  Copy Code

public class TriangularLayout : Layout

Visual Basic  Copy Code

Public Class TriangularLayout
    Inherits Layout

 Remarks

The triangular layout places vertices on a virtual grid, such that if the source graph is planar is guaranteed that all links will have a single segment and will not intersect. If the graph is not planar, the intersecting links are optionally segmented and bended in order to improve readability.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Layout.Layout
        MindFusion.Diagramming.Layout.TriangularLayout

 See Also