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

ChartErrorBar

Namespace ChartForgeX.Core

Represents one point estimate with lower and upper bounds.

Inheritance

  • Object
  • ChartErrorBar

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

ChartErrorBar 2 overloads
ChartErrorBar(System.Double x, System.Double y, System.Double lower, System.Double upper) #

Initializes a new instance of the ChartErrorBar struct.

Parameters

x System.Double required
The horizontal coordinate.
y System.Double required
The point estimate.
lower System.Double required
The lower bound.
upper System.Double required
The upper bound.
ChartErrorBar(System.DateTime x, System.Double y, System.Double lower, System.Double upper) #

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

Parameters

x System.DateTime required
The date/time x value.
y System.Double required
The point estimate.
lower System.Double required
The lower bound.
upper System.Double required
The upper bound.

Fields

X #

Gets the horizontal coordinate.

Y #

Gets the point estimate.

Lower #

Gets the lower bound.

Upper #

Gets the upper bound.