GoJS API
/ to search
    Preparing search index...

    Enumeration TreeArrangement

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

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    FixedRoots: 52

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

    Horizontal: 51

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

    Vertical: 50

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