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

PngChartRenderer

Namespace ChartForgeX.Raster

Renders charts to dependency-free PNG images.

Inheritance

  • Object
  • PngChartRenderer

Methods

GetFontInfo(ChartForgeX.Core.Chart chart) #

Resolves the font that would be used for PNG text rendering.

Parameters

chart ChartForgeX.Core.Chart required
The chart to inspect.

Returns

The resolved PNG font information.

Render(ChartForgeX.Core.Chart chart) #

Renders the specified chart to PNG bytes.

Parameters

chart ChartForgeX.Core.Chart required
The chart to render.

Returns

A PNG image.