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