Specifies the shape of the diagram links after they are laid out.
Namespace: MindFusion.Graphs
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
Cascading |
Indicates that links will be arranged as cascading and attached to the middles of the adjoining node sides. |
|
Default |
Indicates that links will be arranged to point to the centers of the related nodes. |
|
Straight |
Indicates that links will be attached to the middles of the adjoining node sides. |
Members of this enumeration can be assigned to the linkType property of TreeLayout.