Performs cascading layout on simple, connected graphs. The cascade layout places vertices on a virtual grid and arranges edges orthogonally, such that if the source graph is planar it is guaranteed that all edges will have no more than two bends and will not intersect.
The following tables list the members exposed by the CascadeLayout type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the CascadeLayout class. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Applies the layout to the specified graph using the specified settings. |
|
![]() |
VertexSizeFunction.calc implementation. |
|
![]() |
Gets layout-specific information about the edges and vertices participating in the layout. |
See Also