Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 46
Forks 2
NuGet downloads 62,324
Release ChartForgeX-v1.8.1
Language: HTML Updated: 2026-09-22

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.