Back to Devexpress

DiagramAutoLayout Enum

aspnet-devexpress-dot-web-dot-aspxdiagram-07e3bfaf.md

latest1.6 KB
Original Source

DiagramAutoLayout Enum

Lists auto-layout types.

Namespace : DevExpress.Web.ASPxDiagram

Assembly : DevExpress.Web.ASPxDiagram.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum DiagramAutoLayout
vb
Public Enum DiagramAutoLayout

Members

NameDescription
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

DevExpress.Web.ASPxDiagram Namespace