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

ChartPoint

Namespace ChartForgeX.Primitives

Represents one data point in chart coordinate space.

Inheritance

  • Object
  • ChartPoint

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

ChartPoint 2 overloads
ChartPoint(System.Double x, System.Double y) #

Initializes a new instance of the ChartPoint struct.

Parameters

x System.Double required
The horizontal coordinate.
y System.Double required
The vertical coordinate.
ChartPoint(System.DateTime x, System.Double y) #

Initializes a new instance of the ChartPoint struct from a date/time x value.

Parameters

x System.DateTime required
The date/time x value.
y System.Double required
The vertical coordinate.

Methods

FromDateTime(System.DateTime x, System.Double y) #

Creates a chart point from a date/time x value.

Parameters

x System.DateTime required
The date/time x value.
y System.Double required
The vertical coordinate.

Returns

A chart point using the date/time as the x value.

Fields

X #

Gets the horizontal coordinate.

Y #

Gets the vertical coordinate.