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

ChartHeatmapValueTextMode

Namespace ChartForgeX.Core

Controls when heatmap cell values are rendered as text.

Inheritance

  • Object
  • ChartHeatmapValueTextMode

Usage

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

Accepted by parameters

Fields

Auto #

Use the standard data-label setting and only draw labels when cells have enough room.

Always #

Always draw heatmap cell values, even when general data labels are disabled.

Hidden #

Never draw heatmap cell values.