Search
PartitionMethod Enumeration
See Also
 





Identifies graph partitioning methods supported by CompositeLayout.

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Layout

 Syntax

C#  Copy Code

public enum PartitionMethod

Visual Basic  Copy Code

Public Enum PartitionMethod

 Members

  Member name Description

BiconnectedComponents

Partition graphs by their biconnected components.

Custom

Custom partitioning.

LinkDensity

 

ShortestPath

Partition graphs by node paths distance.

 See Also