Search
TopologicalLayout.nodeDistance Property
See Also
 





Gets or sets the desired distance between adjacent nodes.

Namespace: MindFusion.Graphs
File: TopologicalLayout.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

The desired distance between adjacent nodes.

 See Also