Search
AnnealLayout.LinkLengthFactor Property
See Also
 



Gets or sets the relative importance of short length of links.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
double get_LinkLengthFactor ()
void put_LinkLengthFactor (
    double value
)

 Property Value

A double value. The default is 0.02.

 Remarks

Assigning a larger value to this property will make the algorithm choose graph configurations in which links are shorter.

 See Also