Search
Layout.multipleGraphsPlacement Property
See Also
 






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

Namespace: MindFusion.Graphs
File: Layout.js

 Syntax

JavaScript  Copy Code

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

 Property Value

MultipleGraphsPlacement

A member of the MultipleGraphsPlacement enumeration.

 See Also