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

ChartProgressItem

Namespace ChartForgeX.Core

Represents one labeled value in a progress-bar chart.

Inheritance

  • Object
  • ChartProgressItem

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

ChartProgressItem(System.String label, System.Double value, System.Nullable{ChartForgeX.Primitives.ChartColor} color) #

Initializes a new instance of the ChartProgressItem struct.

Parameters

label System.String required
The item label.
value System.Double required
The item value. Negative values are not allowed.
color System.Nullable{ChartForgeX.Primitives.ChartColor} required
An optional color for this item.

Fields

Label #

Gets the item label.

Value #

Gets the item value.

Color #

Gets the optional item color.