Gets or sets the importance of distance between nodes and links.
SyntaxVB6
Copy Code
|
|---|
Public Property Get NodeLinkDistFactor() As Double |
C++
Copy Code
|
|---|
public: |
A double value. The default is 320000.
RemarksAssigning a larger value to this property will make the algorithm choose graph configurations in which the nodes are placed farther from links.
See Also