OrganizationChartLayoutType

OrganizationChartLayoutType enumeration

Represents formatting type the child nodes in an organization chart

public enum OrganizationChartLayoutType

Values

NameValueDescription
Initial0Initial layout type
Standart1Places child nodes horizontally below the parent node.
BothHanging2Places child nodes vertically below the parent node on both the left and the right side.
LeftHanging3Places child nodes vertically below the parent node on the left side.
RightHanging4Places child nodes vertically below the parent node on the right side.

See Also