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