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

VisualStoryMediaSurface

Namespace ChartForgeX.Stories

Displays a resolved raster artifact with an optional vector representation.

Inheritance

  • Object
  • VisualStoryMediaSurface

Constructors

VisualStoryMediaSurface 2 overloads
VisualStoryMediaSurface(System.Byte[] arg1, System.String arg2, System.String arg3) #

Initializes a raster artifact with an optional static SVG representation that has the same intrinsic aspect ratio.

Parameters

arg1 System.Byte[] required
arg2 System.String required
arg3 System.String required
VisualStoryMediaSurface(ChartForgeX.Raster.RgbaImage arg1, System.String arg2, System.String arg3) #

Initializes an RGBA artifact with an optional static SVG representation that has the same intrinsic aspect ratio.

Parameters

arg1 ChartForgeX.Raster.RgbaImage required
arg2 System.String required
arg3 System.String required

Properties

Raster #

Gets the resolved raster representation used by PNG, GIF, and APNG output.

Svg #

Gets an optional resolved SVG representation used by SVG output.