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

ChartRangeBand

Namespace ChartForgeX.Core

Represents one x position with lower and upper band values.

Inheritance

  • Object
  • ChartRangeBand

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

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

Initializes a new instance of the ChartRangeBand struct.

Parameters

x System.Double required
The horizontal coordinate.
lower System.Double required
The lower band value.
upper System.Double required
The upper band value.
ChartRangeBand(System.DateTime x, System.Double lower, System.Double upper) #

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

Parameters

x System.DateTime required
The date/time x value.
lower System.Double required
The lower band value.
upper System.Double required
The upper band value.

Fields

X #

Gets the horizontal coordinate.

Lower #

Gets the lower band value.

Upper #

Gets the upper band value.