Skip to main content
All docs
V23.2

DiagramOptionsOrgChartLayout.IsCompact Property

Specifies whether the automatic org chart layout arranges shapes minimizing the space between them.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual bool IsCompact { get; set; }

Property Value

Type Default Description
Boolean true

true, to enable the compact org chart layout; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IsCompact
DiagramControl
.OptionsOrgChartLayout .IsCompact

Remarks

If the OrgChartLayoutIsCompact property is set to false, the algorithm arranges shapes so that the gap between shapes of the same hierarchy level is increased based on the space that is taken by subtrees.

See Also