Search
TreeLayout.nodeDistance Property
See Also
 





Gets or sets the space to leave between adjacent nodes on the same level.

Namespace: MindFusion.Graphs
File: TreeLayout.js

 Syntax

JavaScript  Copy Code

get nodeDistance() {}
set nodeDistance(value) {}

 Property Value

Number

The space to leave between adjacent nodes on the same level.

 See Also