Performs triangular layout on simple, connected graphs. The triangular layout places vertices on a virtual grid, such that if the source graph is planar it is guaranteed that all edges will have a single segment and will not intersect. If the graph is not planar, the intersecting edges are optionally segmented and bended in order to improve readability.
The following tables list the members exposed by the TriangularLayout type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the TriangularLayout class. |
Name | Description | |
---|---|---|
![]() |
Applies the layout to the specified graph using the specified settings. |