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

GraphSceneFeatures

Namespace ChartForgeX.Interactivity

Names reusable graph explorer features that adapters may support.

Inheritance

  • Object
  • GraphSceneFeatures

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Fields

None #

No graph explorer behavior is enabled.

Selection #

Nodes, edges, or clusters can be selected.

MultiSelection #

Multiple graph items can be selected together.

Filtering #

Graph items can be filtered by reusable facets.

Viewport #

The adapter can pan, zoom, or fit the visible graph viewport.

DragNodes #

Users can drag nodes to update runtime positions.

RuntimePhysics #

The adapter can run browser or native runtime physics.

Stabilization #

The adapter can stabilize a graph layout over several simulation ticks.

Clustering #

The adapter can collapse, expand, or summarize graph clusters.

LevelOfDetail #

The adapter can reduce labels or rendering detail for large scenes.

IncrementalUpdates #

The adapter can accept incremental state updates after initial render.

Export #

The adapter can export current graph state or artwork.

NeighborhoodFocus #

The adapter can focus the selected node's immediate neighborhood.

PerformanceTelemetry #

The adapter can publish runtime performance telemetry.

Manipulation #

The adapter can add, edit, delete, or persist graph structure through an opt-in authoring surface.

HierarchyNavigation #

The adapter can navigate explicit parent-child relationships as top-level and drill-down views.

BoxSelection #

The adapter can select several visible graph items with a rectangular pointer gesture.

StateSnapshots #

The adapter can capture and restore reusable viewport, selection, cluster, physics, and position state.

History #

The adapter can undo and redo validated graph document or position changes.

Explorer #

Common graph explorer surface for dependency-free visual exploration.