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

HtmlVisualBlockRenderer

Namespace ChartForgeX.VisualBlocks

Renders visual blocks as dependency-free static HTML.

Inheritance

  • Object
  • HtmlVisualBlockRenderer

Methods

RenderFragment 2 overloads
RenderFragment(ChartForgeX.VisualBlocks.IVisualBlock arg1) #

Renders a visual block as an embeddable HTML fragment.

Parameters

arg1 ChartForgeX.VisualBlocks.IVisualBlock required
RenderFragment(ChartForgeX.VisualBlocks.IVisualBlock block, System.String idScope) #

Renders a visual block fragment with a caller-provided deterministic ID scope.

Parameters

block ChartForgeX.VisualBlocks.IVisualBlock required
The visual block to render.
idScope System.String required
A stable scope used to keep IDs unique when embedding equivalent fragments together.

Returns

An HTML fragment containing inline SVG.

RenderPage(ChartForgeX.VisualBlocks.IVisualBlock arg1) #

Renders a visual block as a complete HTML document.

Parameters

arg1 ChartForgeX.VisualBlocks.IVisualBlock required