Search
SpringLayout.iterations Property
See Also
 





Gets or sets the number of iterations to run the layout routine.

Namespace: MindFusion.Graphs
File: SpringLayout.js

 Syntax

JavaScript  Copy Code

get iterations() {}
set iterations(value) {}

 Property Value

Number

The number of iterations to run the layout routine.

 See Also