Skip to main content

DiagramOptionsOrgChartLayout(DiagramControl) Constructor

Initializes a new instance of the DiagramOptionsMindMapTreeLayout class.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.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