Enumeration CircularDirection

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

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

since

3.0

Index

Enumeration Members

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

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

Rings are filled clockwise.

Rings are filled counterclockwise.