Gets or sets the radius of the layout circle.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Radius() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 250.
RemarksSet 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