API Reference
Class
HtmlChartGridRenderer
Renders dependency-free small-multiple chart grids as static HTML.
Inheritance
- Object
- HtmlChartGridRenderer
Methods
RenderFragment 2 overloads
RenderFragment(ChartForgeX.Core.ChartGrid grid) #Renders a chart grid as an embeddable HTML fragment.
Parameters
- grid ChartForgeX.Core.ChartGrid
- The chart grid to render.
Returns
An HTML fragment containing inline SVG charts.
RenderFragment(ChartForgeX.Core.ChartGrid grid, System.String idScope) #Renders a chart grid fragment with a caller-provided deterministic ID scope.
Parameters
- grid ChartForgeX.Core.ChartGrid
- The chart grid to render.
- idScope System.String
- A stable scope used to keep IDs unique when embedding equivalent fragments together.
Returns
An HTML fragment containing inline SVG charts.
RenderPage(ChartForgeX.Core.ChartGrid grid) #Renders a chart grid as a complete HTML document.
Parameters
- grid ChartForgeX.Core.ChartGrid
- The chart grid to render.
Returns
A complete HTML document.