Search
FlowchartLayout.nodeDistance Property
See Also
 






Gets or sets the distance between consecutive nodes in the flowchart.

Namespace: MindFusion.Graphs
File: FlowchartLayout.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

A numeric value specifying the distance between neighbor nodes in the same sequence.

 See Also