GoJS API
/ to search
    Preparing search index...

    Enumeration CircularDirection

    This enumeration specifies the direction in which the nodes fill the ring. Used for CircularLayout.direction.

    since

    3.0

    Index

    Enumeration Members

    BidirectionalLeft: 12

    The ring is filled by alternating sides; the second node is counterclockwise from the first node.

    BidirectionalRight: 13

    The ring is filled by alternating sides; the second node is clockwise from the first node.

    Clockwise: 10

    Rings are filled clockwise.

    Counterclockwise: 11

    Rings are filled counterclockwise.