Search
SpringLayout.nodeDistance Property
See Also
 






Gets or sets the desired distance between nodes.

Namespace: MindFusion.Graphs
File: SpringLayout.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

The desired distance between nodes.

 See Also