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

ChartCalendarHeatmapItem

Namespace ChartForgeX.Core

Represents one dated value in a calendar heatmap chart.

Inheritance

  • Object
  • ChartCalendarHeatmapItem

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

ChartCalendarHeatmapItem(System.DateTime date, System.Double value, System.Nullable{ChartForgeX.Primitives.ChartColor} color) #

Initializes a new instance of the ChartCalendarHeatmapItem struct.

Parameters

date System.DateTime required
The calendar date. The time component is ignored.
value System.Double required
The day value. Negative values are not allowed.
color System.Nullable{ChartForgeX.Primitives.ChartColor} required
An optional color for this day.

Fields

Date #

Gets the calendar date.

Value #

Gets the day value.

Color #

Gets the optional day color.