Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 46
Forks 2
NuGet downloads 64,485
Release ChartForgeX-v1.8.1
Language: HTML Updated: 2026-09-22

API Reference

Class

SvgVisualBlockRenderer

Namespace ChartForgeX.VisualBlocks

Renders visual blocks to self-contained SVG.

Inheritance

  • Object
  • SvgVisualBlockRenderer

Methods

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

Renders a visual block to SVG markup.

Parameters

arg1 ChartForgeX.VisualBlocks.IVisualBlock required
Render(ChartForgeX.VisualBlocks.IVisualBlock arg1, System.String arg2) #

Renders a visual block to SVG markup with a caller-provided ID scope.

Parameters

arg1 ChartForgeX.VisualBlocks.IVisualBlock required
arg2 System.String required