API Reference
Class
HtmlInteractiveDashboardRenderer
Renders several ChartForgeX charts as one self-contained interactive HTML dashboard.
Inheritance
- Object
- HtmlInteractiveDashboardRenderer
Methods
RenderPage 2 overloads
RenderPage(System.Collections.Generic.IEnumerable{ChartForgeX.Core.Chart} charts) #Renders the specified charts to a complete interactive dashboard document.
Parameters
- charts System.Collections.Generic.IEnumerable{ChartForgeX.Core.Chart}
- The charts to render.
Returns
A complete HTML document.
RenderPage(System.Collections.Generic.IEnumerable{ChartForgeX.Core.Chart} charts, System.Action{ChartForgeX.Interactivity.Html.HtmlInteractiveDashboardOptions} configure) #Renders the specified charts to a complete interactive dashboard document.
Parameters
- charts System.Collections.Generic.IEnumerable{ChartForgeX.Core.Chart}
- The charts to render.
- configure System.Action{ChartForgeX.Interactivity.Html.HtmlInteractiveDashboardOptions}
- An optional configuration callback for the HTML dashboard adapter.
Returns
A complete HTML document.