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

SequenceArtifactRendering

Namespace ChartForgeX.VisualArtifacts

Provides static preview rendering helpers for sequence artifacts.

Inheritance

  • Object
  • SequenceArtifactRendering

Methods

ToPng(ChartForgeX.VisualArtifacts.SequenceArtifact sequence) #

Renders a sequence artifact static preview to PNG.

Parameters

sequence ChartForgeX.VisualArtifacts.SequenceArtifact required
The sequence artifact.

Returns

PNG bytes.

ToSvg(ChartForgeX.VisualArtifacts.SequenceArtifact sequence) #

Renders a sequence artifact static preview to SVG.

Parameters

sequence ChartForgeX.VisualArtifacts.SequenceArtifact required
The sequence artifact.

Returns

SVG markup.

ToVisualArtifact(ChartForgeX.VisualArtifacts.SequenceArtifact sequence, ChartForgeX.VisualArtifacts.VisualArtifactSourceLanguage sourceLanguage) #

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

Parameters

sequence ChartForgeX.VisualArtifacts.SequenceArtifact required
The sequence artifact.
sourceLanguage ChartForgeX.VisualArtifacts.VisualArtifactSourceLanguage required
The source language that produced the artifact.

Returns

A visual artifact envelope.