Specifies the shape of the diagram links after they are laid out.
Namespace: MindFusion.Graphs
Package: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
Cascading |
Value: 2. Indicates that links will be arranged as cascading and attached to the middles of the adjoining node sides. |
|
Default |
Value: 0. Indicates that links will be arranged to point to the centers of the related nodes. |
|
Straight |
Value: 1. Indicates that links will be attached to the middles of the adjoining node sides. |