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

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.