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

HtmlInteractiveDashboardRenderer

Namespace ChartForgeX.Interactivity.Html

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} required
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} required
The charts to render.
configure System.Action{ChartForgeX.Interactivity.Html.HtmlInteractiveDashboardOptions} required
An optional configuration callback for the HTML dashboard adapter.

Returns

A complete HTML document.