Skip to main content
All docs
V25.1
  • DiagramOptionsOrgChartLayout(DiagramControl) Constructor

    Initializes a new instance of the DiagramOptionsMindMapTreeLayout class.

    Namespace: DevExpress.XtraDiagram.Options

    Assembly: DevExpress.XtraDiagram.v25.1.dll

    NuGet Package: DevExpress.Win.Diagram

    Declaration

    public DiagramOptionsOrgChartLayout(
        DiagramControl diagram
    )

    Parameters

    Name Type Description
    diagram DiagramControl

    The owner of the options object created.

    See Also