GoJS API
/ to search
    Preparing search index...

    Enumeration TreeLayerStyle

    This enumeration specifies the manner in which nodes are placed into layers. Used for TreeLayout.layerStyle.

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    Individual: 60

    The normal layer style, where each node takes up only the depth that it needs.

    Siblings: 61

    A layer style where all of the children of a parent node take up the same amount of depth -- this typically causes all cousins to be aligned.

    Uniform: 62

    A layer style where all nodes with the same TreeVertex.level throughout the tree take up the same amount of depth -- if the TreeVertex.angle is the same for all nodes, this will result in all nodes in the same layer to be aligned.