Search
LayeredLayout.siftingRounds Property
See Also
 





Gets or sets the number of iterations to perform when untwining the layout.

Namespace: MindFusion.Graphs
File: LayeredLayout.js

 Syntax

JavaScript  Copy Code

get siftingRounds() {}
set siftingRounds(value) {}

 Property Value

Number

The number of iterations to perform when untwining the layout.

 See Also