Gets or sets a value indicating whether the SpringLayout algorithm should detect node clusters and place them at distinct positions.
SyntaxVB6
Copy Code
|
|---|
Public Property Get EnableClusters() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksEach cluster consists of a center node surrounded by several local nodes. Clusters might be linked with other clusters via their center nodes. Best-looking results are achieved when there aren't links between the local nodes in a cluster.
See Also