Specifies placement of graph connected components relatively to each other.
Namespace: MindFusion.Graphs
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
Horizontal |
Indicates that subgraphs should be placed in a row. |
|
Vertical |
Indicates that subgraphs should be placed in a column. |
Members of this enumeration can be assigned to the multipleGraphsPlacement property of layout classes.