Search
MultipleGraphsPlacement Enumeration
See Also
 





Specifies placement of graph connected components relatively to each other.

Namespace: MindFusion.Graphs
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
MultipleGraphsPlacement = {}

 Members

  Member name Description

Horizontal

Indicates that subgraphs should be placed in a row.

Vertical

Indicates that subgraphs should be placed in a column.

 Remarks

Members of this enumeration can be assigned to the multipleGraphsPlacement property of layout classes.

 See Also