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

ChartTreemapItem

Namespace ChartForgeX.Core

Represents one labeled treemap item.

Inheritance

  • Object
  • ChartTreemapItem

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

ChartTreemapItem(System.String label, System.Double value) #

Initializes a new instance of the ChartTreemapItem struct.

Parameters

label System.String required
The item label.
value System.Double required
The item value. Negative values are not allowed.

Fields

Label #

Gets the item label.

Value #

Gets the item value.