OrganizationChartLayoutType
OrganizationChartLayoutType class
Represents formatting type the child nodes in an organization chart
Constants
Name | Value | Description |
---|---|---|
Initial | 0 | Initial layout type |
Standart | 1 | Places child nodes horizontally below the parent node. |
BothHanging | 2 | Places child nodes vertically below the parent node on both the left and the right side. |
LeftHanging | 3 | Places child nodes vertically below the parent node on the left side. |
RightHanging | 4 | Places child nodes vertically below the parent node on the right side. |
Initial
Initial layout type
Standart
Places child nodes horizontally below the parent node.
BothHanging
Places child nodes vertically below the parent node on both the left and the right side.
LeftHanging
Places child nodes vertically below the parent node on the left side.
RightHanging
Places child nodes vertically below the parent node on the right side.