Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

GraphClusterOptions

Namespace ChartForgeX.Interactivity

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.