Skip to main content
All docs
V25.1
  • DiagramAutoLayout Enum

    Lists auto-layout types.

    Namespace: DevExpress.Web.ASPxDiagram

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

    #Declaration

    public enum DiagramAutoLayout

    #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.
    Diagram - Tree Layout

    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.
    Diagram - Layered Layout

    #Related API Members

    The following properties accept/return DiagramAutoLayout values:

    See Also