Search
FlowchartLayout.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: FlowchartLayout.js

 Syntax

JavaScript  Copy Code

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

 Property Value

MultipleGraphsPlacement

A member of the MultipleGraphsPlacement enumeration.

 See Also