Search
AnnealLayout.NodeLinkDistFactor Property
See Also
 



Gets or sets the importance of distance between nodes and links.

 Syntax

VB6  Copy Code

Public Property Get NodeLinkDistFactor() As Double
Public Property Let NodeLinkDistFactor( _
    ByVal value As Double _
)

C++  Copy Code

public:
double get_NodeLinkDistFactor ()
void put_NodeLinkDistFactor (
    double value
)

 Property Value

A double value. The default is 320000.

 Remarks

Assigning a larger value to this property will make the algorithm choose graph configurations in which the nodes are placed farther from links.

 See Also