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.
VB6
![]() |
---|
Public Property Get SplitGraph() As Boolean |
C++
![]() |
---|
public: |
A boolean value. The default is false.
If this property is set to true, each independent graph in the diagram is laid out in its own layout area. Otherwise all subgraphs are arranged in the same layout area. If a Root node is specified and SplitGraph is true, only the graph that contains the root node will be arranged.
FlowChartX Programmer's Guide | © 2023 MindFusion |