alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum LayoutType

    Specifies the type of the layout that Diagram can be aligned its nodes and connectors.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum LayoutType
    Examples
    <SfDiagramComponent >
        <DataSourceSettings ID = "Id" ParentID="Team" DataSource="@DataSource"></DataSourceSettings>   
        <Layout Type = "LayoutType.OrganizationalChart">
        </Layout>
    </SfDiagramComponent>

    Fields

    Name Description
    ComplexHierarchicalTree

    Defines the type of layout as a Complex Hierarchical Tree.

    Flowchart

    Arranges nodes in a flowchart structure, suitable for representing processes or workflows.

    HierarchicalTree

    Defines the type of layout as a Hierarchical Tree.

    MindMap

    Defines the type of layout as a Mind Map.

    None

    None of the layouts are applied.

    OrganizationalChart

    Defines the type of layout as an Organizational Chart.

    RadialTree

    Represents the type of Radial Tree layout, which defines the arrangement of nodes in a radial tree structure.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved