API Reference
Class
SvgChartGridRenderer
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
- 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
- The chart grid to render.
- idScope System.String
- A caller-provided scope used to keep SVG element IDs unique when embedding multiple SVG grids in one document.
Returns
SVG markup.