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

GraphScenePatch

Namespace ChartForgeX.Interactivity

Describes an atomic set of graph document changes that hosts and interactive adapters can exchange.

Inheritance

  • Object
  • GraphScenePatch

Usage

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

Accepted by parameters

Properties

UpsertNodes #

Gets nodes to add or replace by stable id.

UpsertEdges #

Gets edges to add or replace by stable id.

UpsertClusters #

Gets clusters to add or replace by stable id.

RemoveNodeIds #

Gets node ids to remove.

RemoveEdgeIds #

Gets edge ids to remove.

RemoveClusterIds #

Gets cluster ids to remove.

RemoveIncidentReferences #

Gets or sets whether removing nodes also removes incident edges and cluster membership.