Search
GridLayout.iterations Property
See Also
 





Gets or sets for how many iterations to run the grid layout algorithm.

Namespace: MindFusion.Graphs
File: GridLayout.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

An integer number specifying the number of iterations. The default is 3000.

 Remarks

More iterations would yield better layouts but require more time to complete.

 See Also