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

SvgChartRenderer

Namespace ChartForgeX.Svg

Renders charts to static SVG markup.

Inheritance

  • Object
  • SvgChartRenderer

Methods

Render 2 overloads
Render(ChartForgeX.Core.Chart chart) #

Renders the specified chart to SVG.

Parameters

chart ChartForgeX.Core.Chart required
The chart to render.

Returns

SVG markup.

Render(ChartForgeX.Core.Chart chart, System.String idScope) #

Renders the specified chart to SVG with an additional deterministic ID scope.

Parameters

chart ChartForgeX.Core.Chart required
The chart to render.
idScope System.String required
A caller-provided scope used to keep SVG element IDs unique when embedding multiple SVGs in one document.

Returns

SVG markup.