DiagramControl.ApplyOrgChartLayout(OrgChartLayoutSettings, IEnumerable<DiagramItem>, Nullable<SplitToConnectedComponentsMode>) Method
In This Article
Applies the org chart layout algorithm.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public void ApplyOrgChartLayout(
OrgChartLayoutSettings settings,
IEnumerable<DiagramItem> items = null,
SplitToConnectedComponentsMode? splitMode = null
)
#Parameters
Name | Type | Description |
---|---|---|
settings | DevExpress. |
The object that stores the org chart layout settings. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
items | IEnumerable<Diagram |
null | A collection of items to which to apply the algorithm. |
split |
Nullable<Split |
null | A Split |
See Also