Search
CircularLayout.Radius Property
See Also
 



Gets or sets the radius of the layout circle.

 Syntax

VB6  Copy Code

Public Property Get Radius() As Long
Public Property Let Radius( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_Radius ()
void put_Radius (
    int value
)

 Property Value

A long value. The default is 250.

 Remarks

Set Radius to a value proportional to (number of nodes) * (mean node size) / PI to place nodes at uniform distance from each other that does not depend on the number of nodes in the graph.

 See Also