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

ChartPngOutputScale

Namespace ChartForgeX.Core

Named PNG output-density presets. The chart keeps its logical layout while the emitted PNG dimensions are multiplied by the selected value.

Inheritance

  • Object
  • ChartPngOutputScale

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Fields

Standard #

Emits a PNG at the chart's logical width and height.

Retina #

Emits a two-times-density PNG for high-DPI screens and web previews.

Presentation #

Emits a three-times-density PNG for presentation decks and large dashboards.

Print #

Emits a four-times-density PNG for print, 4K/8K display surfaces, and aggressive downsampling workflows.