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

ChartRect

Namespace ChartForgeX.Primitives

Defines a rectangular region in chart pixel space.

Inheritance

  • Object
  • ChartRect

Usage

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

Accepted by parameters

Constructors

ChartRect(System.Double x, System.Double y, System.Double width, System.Double height) #

Initializes a new instance of the ChartRect struct.

Parameters

x System.Double required
The left coordinate.
y System.Double required
The top coordinate.
width System.Double required
The width in pixels.
height System.Double required
The height in pixels.

Properties

Left #

Gets the left edge.

Right #

Gets the right edge.

Top #

Gets the top edge.

Bottom #

Gets the bottom edge.

Fields

X #

Gets the left coordinate.

Y #

Gets the top coordinate.

Width #

Gets the width in pixels.

Height #

Gets the height in pixels.