Search
SpringLayout.multipleGraphsPlacement Property
See Also
 





Gets or sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.

Namespace: MindFusion.Graphs
File: SpringLayout.js

 Syntax

JavaScript  Copy Code

get multipleGraphsPlacement() {}
set multipleGraphsPlacement(value) {}

 Property Value

MultipleGraphsPlacement

A member of the MultipleGraphsPlacement enumeration. The default value is Horizontal.

 See Also