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

GraphScenePatchExtensions

Namespace ChartForgeX.Interactivity

Applies typed incremental changes to graph scenes.

Inheritance

  • Object
  • GraphScenePatchExtensions

Methods

ApplyPatch(ChartForgeX.Interactivity.GraphScene scene, ChartForgeX.Interactivity.GraphScenePatch patch) #

Applies a patch atomically and validates the complete scene before committing it.

Parameters

scene ChartForgeX.Interactivity.GraphScene required
The graph document to update.
patch ChartForgeX.Interactivity.GraphScenePatch required
The requested additions, replacements, and removals.

Returns

The resulting graph document counts.