Gets or sets a value indicating whether to split the graph to its interconnected subgraphs and arrange the subgraphs independently or arrange the graph as a whole.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SplitGraph() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
See Also