Layout class (OrgChart)

Layout(oNode)

new Layout(oNode)

Arranges the node and its visible-descendants into a exontrol.M1 collection.
Parameters:
Name Type Description
oNode Node Specifies an object of Node type
Layout

Members

(static, readonly) FlowEnum :string

The Layout.FlowEnum type specifies the flow and arrangement of the node and its descendants nodes.
Type:
  • string
Properties:
Name value Type Description
exFlowVertical flowVertical string The exFlowVertical indicates that any assistant or child-node goes down, while any group-node goes right.
exFlowHorizontal flowHorizontal string The exFlowHorizontal indicates that any assistant or child-node goes right, while any group-node goes down.
exFlowVerticalTree flowVerticalTree string The exFlowVerticalTree indicates any assistant or child-node goes down and indented to right, while any group-node goes right.
exFlowHorizontalTree flowHorizontalTree string The exFlowHorizontal indicates any assistant or child-node goes right and indented down, while any group-node goes down.