Search
TreeMapLayout.squarify Property
See Also
 





Gets or sets a value indicating whether the layout should attempt to keep the dimension ratio of nodes closer to 1.

Namespace: MindFusion.Graphs
File: TreeMapLayout.js

 Syntax

JavaScript  Copy Code

get squarify() {}
set squarify(value) {}

 Property Value

Boolean

true if the layout should attempt to keep the dimension ratio of nodes closer to 1, or false otherwise.

 See Also