Enumeration TreeArrangement

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

This enumeration specifies how to position the resulting trees in the document. Used for TreeLayout.arrangement.

since

3.0

Index

Enumeration Members

Enumeration Members

Do not move each root node, but position all of their descendants relative to their root.

Position each tree in a non-overlapping fashion by increasing X coordinates, starting at the Layout.arrangementOrigin.

Position each tree in a non-overlapping fashion by increasing Y coordinates, starting at the Layout.arrangementOrigin.