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

ChartDumbbell

Namespace ChartForgeX.Core

Represents one x position with two comparable values.

Inheritance

  • Object
  • ChartDumbbell

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

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

Initializes a new instance of the ChartDumbbell struct.

Parameters

x System.Double required
The horizontal coordinate.
start System.Double required
The first comparison value.
end System.Double required
The second comparison value.
ChartDumbbell(System.DateTime x, System.Double start, System.Double end) #

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

Parameters

x System.DateTime required
The date/time x value.
start System.Double required
The first comparison value.
end System.Double required
The second comparison value.

Fields

X #

Gets the horizontal coordinate.

Start #

Gets the first comparison value.

End #

Gets the second comparison value.