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

ChartInterval

Namespace ChartForgeX.Core

Represents one category or x-value with a start and end value.

Inheritance

  • Object
  • ChartInterval

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

ChartInterval 2 overloads
ChartInterval(System.Double x, System.Double start, System.Double end) #

Initializes a new instance of the ChartInterval struct.

Parameters

x System.Double required
The horizontal coordinate.
start System.Double required
The interval start value.
end System.Double required
The interval end value.
ChartInterval(System.DateTime x, System.Double start, System.Double end) #

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

Parameters

x System.DateTime required
The date/time x value.
start System.Double required
The interval start value.
end System.Double required
The interval end value.

Fields

X #

Gets the horizontal coordinate.

Start #

Gets the interval start value.

End #

Gets the interval end value.