Search
TreeMapLayout.layoutArea Property
See Also
 






Gets or sets the rectangle in which the layout will try to arrange nodes.

Namespace: MindFusion.Graphs
File: TreeMapLayout.js

 Syntax

JavaScript  Copy Code

get layoutArea() {}
set layoutArea(value) {}

 Property Value

Rect

Rect instance specifying the area in which the layout will try to arrange nodes.

 See Also