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

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.