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

FlowArtifactRendering

Namespace ChartForgeX.VisualArtifacts

Provides static preview rendering helpers for flow artifacts.

Inheritance

  • Object
  • FlowArtifactRendering

Methods

ToHtmlPage(ChartForgeX.VisualArtifacts.FlowArtifact flow) #

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

Parameters

flow ChartForgeX.VisualArtifacts.FlowArtifact required
The flow artifact.

Returns

HTML markup.

ToPng(ChartForgeX.VisualArtifacts.FlowArtifact flow) #

Renders a flow artifact static preview to PNG.

Parameters

flow ChartForgeX.VisualArtifacts.FlowArtifact required
The flow artifact.

Returns

PNG bytes.

ToSvg(ChartForgeX.VisualArtifacts.FlowArtifact flow) #

Renders a flow artifact static preview to SVG.

Parameters

flow ChartForgeX.VisualArtifacts.FlowArtifact required
The flow artifact.

Returns

SVG markup.

ToTopologyChart(ChartForgeX.VisualArtifacts.FlowArtifact flow) #

Converts a flow artifact into a topology chart for deterministic static previews.

Parameters

flow ChartForgeX.VisualArtifacts.FlowArtifact required
The flow artifact.

Returns

A topology chart preview model.

ToVisualArtifact(ChartForgeX.VisualArtifacts.FlowArtifact flow, ChartForgeX.VisualArtifacts.VisualArtifactSourceLanguage sourceLanguage) #

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

Parameters

flow ChartForgeX.VisualArtifacts.FlowArtifact required
The flow artifact.
sourceLanguage ChartForgeX.VisualArtifacts.VisualArtifactSourceLanguage required
The source language that produced the flow.

Returns

A visual artifact envelope.