Search
AnnealLayout.DistributionFactor Property
See Also
 



Gets or sets the relative importance of node distribution.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
double get_DistributionFactor ()
void put_DistributionFactor (
    double value
)

 Property Value

A double value. The default is 560000.

 Remarks

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

 See Also