organization_chart_layout property

organization_chart_layout property

Returns or sets organization chart layout type associated with current node. Read/write OrganizationChartLayoutType.

Definition:

@property
def organization_chart_layout(self):
    ...

@organization_chart_layout.setter
def organization_chart_layout(self, value):
    ...

See Also