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

ChartArtifactRendering

Namespace ChartForgeX.VisualArtifacts

Provides product-neutral visual artifact wrappers for renderer-independent charts.

Inheritance

  • Object
  • ChartArtifactRendering

Methods

ToVisualArtifact(ChartForgeX.Core.Chart chart, System.String id, ChartForgeX.VisualArtifacts.VisualArtifactKind kind, ChartForgeX.VisualArtifacts.VisualArtifactSourceLanguage sourceLanguage) #

Wraps a ChartForgeX chart in a visual artifact envelope.

Parameters

chart ChartForgeX.Core.Chart required
The chart model.
id System.String required
Optional stable artifact identifier.
kind ChartForgeX.VisualArtifacts.VisualArtifactKind required
The artifact family to report.
sourceLanguage ChartForgeX.VisualArtifacts.VisualArtifactSourceLanguage required
The source language that produced the chart.

Returns

A visual artifact envelope backed by the chart model.