Project

ChartForgeX

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

Stars 46
Forks 2
NuGet downloads 64,485
Release ChartForgeX-v1.8.1
Language: HTML Updated: 2026-09-22

API Reference

Class

GraphClusterMode

Namespace ChartForgeX.Interactivity

Names reusable clustering strategies that adapters can map to Canvas, WebGL, desktop, or native graph controls.

Inheritance

  • Object
  • GraphClusterMode

Fields

Explicit #

Use only clusters declared on the scene.

ByGroup #

Derive cluster membership from node group ids while preserving explicit clusters that callers supplied.

Adaptive #

Let the adapter derive communities from graph structure and level-of-detail budgets.

Hybrid #

Use declared clusters first, then allow adaptive summaries for oversized communities.