DiagramControl.ApplyOrgChartLayout(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(
IEnumerable<DiagramItem> items = null,
SplitToConnectedComponentsMode? splitMode = null
)
#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