DiagramControl.ApplySugiyamaLayout(IEnumerable<DiagramItem>) Method
In This Article
Applies the Sugiyama (layered) layout algorithm.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public void ApplySugiyamaLayout(
IEnumerable<DiagramItem> items = null
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
items | IEnumerable<Diagram |
null | A collection of items to which to apply the algorithm. |
#Remarks
The items collection should include connectors.
To learn more, see Automatic Layout.
See Also