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

TableArtifactRendering

Namespace ChartForgeX.VisualArtifacts

Provides static preview rendering helpers for table artifacts.

Inheritance

  • Object
  • TableArtifactRendering

Methods

ToHtmlPage(ChartForgeX.VisualArtifacts.TableArtifact table) #

Renders a table artifact static preview to a standalone HTML page.

Parameters

table ChartForgeX.VisualArtifacts.TableArtifact required
The table artifact.

Returns

HTML markup.

ToPng(ChartForgeX.VisualArtifacts.TableArtifact table) #

Renders a table artifact static preview to PNG.

Parameters

table ChartForgeX.VisualArtifacts.TableArtifact required
The table artifact.

Returns

PNG bytes.

ToPreviewBlock(ChartForgeX.VisualArtifacts.TableArtifact table) #

Converts a table artifact into the existing static ChartForgeX table visual block.

Parameters

table ChartForgeX.VisualArtifacts.TableArtifact required
The table artifact.

Returns

A static table preview block.

ToSvg(ChartForgeX.VisualArtifacts.TableArtifact table) #

Renders a table artifact static preview to SVG.

Parameters

table ChartForgeX.VisualArtifacts.TableArtifact required
The table artifact.

Returns

SVG markup.

ToVisualArtifact(ChartForgeX.VisualArtifacts.TableArtifact table) #

Wraps a table artifact in a product-neutral visual artifact envelope.

Parameters

table ChartForgeX.VisualArtifacts.TableArtifact required
The table artifact.

Returns

A visual artifact envelope.