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

GraphSceneStagePlanner

Namespace ChartForgeX.Interactivity

Plans deterministic hierarchy snapshots without depending on a browser or rendering backend.

Inheritance

  • Object
  • GraphSceneStagePlanner

Methods

CreateStages(ChartForgeX.Interactivity.GraphScene scene, System.Action{ChartForgeX.Interactivity.GraphSceneStageOptions} configure) #

Creates overview-to-detail stages for a graph scene.

Parameters

scene ChartForgeX.Interactivity.GraphScene required
The graph scene to plan.
configure System.Action{ChartForgeX.Interactivity.GraphSceneStageOptions} required
Optional stage planning configuration.

Returns

Ordered deterministic graph stages.