DiagramAutoLayout Enum
Lists auto-layout types.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Auto
|
An auto-layout is disabled if the both shape coordinates (Left and Top) are specified; otherwise, the Layered layout is applied. |
Tree
|
The tree layout. This algorithm is used to draw hierarchical diagrams. It arranges shapes in a tree structure and aligns them evenly based on their hierarchical level. |
Layered
|
The layered (Sugiyama-style) layout. This algorithm is used to draw layered graphs. It minimizes the number of connector crossings and spreads shapes evenly. |
Related API Members
The following properties accept/return DiagramAutoLayout values: