GoJS API
/ to search
    Preparing search index...

    Enumeration CircularArrangement

    This enumeration specifies how nodes should be spaced in the ring. Used for CircularLayout.arrangement.

    since

    3.0

    Index

    Enumeration Members

    ConstantAngle: 2

    The angular distance between the nodes is constant.

    ConstantDistance: 1

    The distance between the centers of the nodes is constant.

    ConstantSpacing: 0

    The spacing between the idealized boundaries of the nodes is constant.

    Packed: 3

    The vertices are arranged as close together as possible considering the CircularLayout.spacing, assuming the nodes are rectangular.