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

GraphSceneStaticExtensions

Namespace ChartForgeX.Interactivity.Html

Provides script-free SVG and PNG export helpers for graph scenes and hierarchy stages.

Inheritance

  • Object
  • GraphSceneStaticExtensions

Methods

SaveGraphStageImages(ChartForgeX.Interactivity.GraphScene arg1, System.String arg2, System.String arg3, System.Action{ChartForgeX.Interactivity.Html.GraphSceneStageImageOptions} arg4) #

Saves deterministic overview-to-detail graph stage images without creating interactive HTML.

Parameters

arg1 ChartForgeX.Interactivity.GraphScene required
arg2 System.String required
arg3 System.String required
arg4 System.Action{ChartForgeX.Interactivity.Html.GraphSceneStageImageOptions} required
ToGraphPng(ChartForgeX.Interactivity.GraphScene arg1, ChartForgeX.Interactivity.GraphSceneStage arg2, System.Action{ChartForgeX.Interactivity.Html.GraphSceneStaticRenderOptions} arg3) #

Renders a graph scene or planned stage to PNG bytes without opening a browser.

Parameters

arg1 ChartForgeX.Interactivity.GraphScene required
arg2 ChartForgeX.Interactivity.GraphSceneStage required
arg3 System.Action{ChartForgeX.Interactivity.Html.GraphSceneStaticRenderOptions} required
ToGraphSvg(ChartForgeX.Interactivity.GraphScene arg1, ChartForgeX.Interactivity.GraphSceneStage arg2, System.Action{ChartForgeX.Interactivity.Html.GraphSceneStaticRenderOptions} arg3) #

Renders a graph scene or planned stage to script-free SVG.

Parameters

arg1 ChartForgeX.Interactivity.GraphScene required
arg2 ChartForgeX.Interactivity.GraphSceneStage required
arg3 System.Action{ChartForgeX.Interactivity.Html.GraphSceneStaticRenderOptions} required