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

ChartDataBin`1

Namespace ChartForgeX.Data

Represents one equal-width numeric bin and its source rows.

Inheritance

  • Object
  • ChartDataBin`1

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

LowerBound #

Gets the inclusive lower bound.

UpperBound #

Gets the upper bound. The final bin includes its upper bound.

Center #

Gets the midpoint used for chart coordinates.

Count #

Gets the number of source rows in the bin.

Dataset #

Gets the source rows in the bin.