aspnet-devexpress-dot-web-dot-aspxdiagram-07e3bfaf.md
Lists auto-layout types.
Namespace : DevExpress.Web.ASPxDiagram
Assembly : DevExpress.Web.ASPxDiagram.v25.2.dll
NuGet Package : DevExpress.Web
public enum DiagramAutoLayout
Public Enum DiagramAutoLayout
| 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.
|
The following properties accept/return DiagramAutoLayout values:
See Also