Create Organization Chart
Contents
[
Hide
]
** Create a Organization Chart**
This section explains how to create a organization chart using Aspose.Diagram.
Create a CompactTree style Organization Chart
The Layout method of the Page class auto layout the shapes and connectors in the page as a CompactTree style Organization Chart.
The code below shows how to:
- Create a diagram from stencil.
- Add organization node shapes to page.
- Add connectors to page to connect shape and its parent.
- Auto layout by invoking Layout mothod
- save diagram
Create a CompactTree style Organization Chart Programming Sample
Use the following code to Create a CompactTree style Organization Chart using Aspose.Diagram.
Result |
---|
Create a FlowChart style Organization Chart
The Layout method of the Page class auto layout the shapes and connectors in the page as a FlowChart style Organization Chart.
The code below shows how to:
- Create a diagram from stencil.
- Add organization node shapes to page.
- Add connectors to page to connect shape and its parent.
- Auto layout by invoking Layout mothod
- save diagram
Create a FlowChart style Organization Chart Programming Sample
Use the following code to Create a FlowChart style Organization Chart using Aspose.Diagram.
Result |
---|