Gets or sets the preferred number of nodes in the subgraphs allocated by the layout algorithm.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int DesiredSubgraphSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DesiredSubgraphSize As Integer |
An integer value specifying the desired number of nodes in each subgraph.
RemarksThis property is considered by the automatic partitioning algorithm when generating subgraphs. Usually the subgraphs won't contain exactly as many nodes, but are within the Tolerance range around the property value.
See Also