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

GraphExplorerExtensions

Namespace ChartForgeX.Interactivity.Html

Provides convenience methods for rendering graph scenes through the HTML graph explorer adapter.

Inheritance

  • Object
  • GraphExplorerExtensions

Methods

ToGraphExplorerHtmlFragment(ChartForgeX.Interactivity.GraphScene scene, System.Action{ChartForgeX.Interactivity.Html.HtmlGraphExplorerOptions} configure) #

Renders the graph scene to an embeddable fragment with inline assets.

Parameters

scene ChartForgeX.Interactivity.GraphScene required
The graph scene to render.
configure System.Action{ChartForgeX.Interactivity.Html.HtmlGraphExplorerOptions} required
Optional adapter configuration callback.

Returns

An embeddable HTML fragment.

ToGraphExplorerHtmlPage(ChartForgeX.Interactivity.GraphScene scene, System.Action{ChartForgeX.Interactivity.Html.HtmlGraphExplorerOptions} configure) #

Renders the graph scene to a complete self-contained HTML page.

Parameters

scene ChartForgeX.Interactivity.GraphScene required
The graph scene to render.
configure System.Action{ChartForgeX.Interactivity.Html.HtmlGraphExplorerOptions} required
Optional adapter configuration callback.

Returns

A complete HTML document.