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

ChartRegionMapItem

Namespace ChartForgeX.Core

Represents one region value in a regional map chart.

Inheritance

  • Object
  • ChartRegionMapItem

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

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

Initializes a new instance of the ChartRegionMapItem struct.

Parameters

region System.String required
The region code or name. Casing is preserved so custom map identifiers can remain case-sensitive.
value System.Double required
The region value. Negative values are not allowed.
color System.Nullable{ChartForgeX.Primitives.ChartColor} required
An optional color for this region.

Fields

Region #

Gets the region code.

Value #

Gets the region value.

Color #

Gets the optional region color.