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

ChartColors

Namespace ChartForgeX.Primitives

Provides dependency-free named color tokens for ChartForgeX themes and consumers.

Inheritance

  • Object
  • ChartColors

Methods

GetNamedColors() #

Gets all stable named web colors known to ChartForgeX.

Returns

A copy of the named color map.

GetTokenColors() #

Gets all ChartForgeX design tokens used by palettes and overlay themes.

Returns

A copy of the named token color map.

TryGet(System.String name, ChartForgeX.Primitives.ChartColor@ color) #

Attempts to get a named color token.

Parameters

name System.String required
The color name.
color ChartForgeX.Primitives.ChartColor@ required
The resolved chart color.

Returns

True when the name is known.