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

ChartSize

Namespace ChartForgeX.Primitives

Defines the pixel dimensions of a rendered chart.

Inheritance

  • Object
  • ChartSize

Constructors

ChartSize(System.Int32 width, System.Int32 height) #

Initializes a new instance of the ChartSize struct.

Parameters

width System.Int32 required
The chart width in pixels.
height System.Int32 required
The chart height in pixels.

Fields

Width #

Gets the chart width in pixels.

Height #

Gets the chart height in pixels.