API Reference
GraphClusterOptions
Describes reusable clustering behavior for graph adapters that can collapse, summarize, or derive large-scene communities.
Inheritance
- Object
- GraphClusterOptions
Properties
Mode #Gets or sets how adapters should interpret clusters when the scene is rendered.
Adaptive #Gets or sets whether adapters may create runtime clusters from graph structure when explicit clusters are not enough.
CollapseOnLoad #Gets or sets whether cluster summaries should start collapsed when supported by the adapter.
MinimumClusterSize #Gets or sets the minimum member count before an adapter should present a cluster as collapsible.
TargetClusterSize #Gets or sets the preferred maximum number of visible members before adaptive clustering should summarize a community.