Gets or sets the preferred number of vertices in the partitions allocated by the layout.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# 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.
This 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.