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

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