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

SvgChartGridRenderer

Namespace ChartForgeX.Svg

Renders chart grids to self-contained SVG.

Inheritance

  • Object
  • SvgChartGridRenderer

Methods

Render 2 overloads
Render(ChartForgeX.Core.ChartGrid grid) #

Renders a chart grid to SVG markup.

Parameters

grid ChartForgeX.Core.ChartGrid required
The chart grid to render.

Returns

SVG markup.

Render(ChartForgeX.Core.ChartGrid grid, System.String idScope) #

Renders a chart grid to SVG markup with an additional deterministic ID scope.

Parameters

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

Returns

SVG markup.