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

TopologyTheme

Namespace ChartForgeX.Topology

Provides topology SVG theme tokens.

Inheritance

  • Object
  • TopologyTheme

Usage

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

Accepted by parameters

Methods

Dark() #

Creates a dark topology theme.

Returns

A dark topology theme.

Light() #

Creates the default light topology theme.

Returns

A light topology theme.

StatusColor(ChartForgeX.Topology.TopologyHealthStatus status) #

Resolves a status color.

Parameters

status ChartForgeX.Topology.TopologyHealthStatus required
The health status.

Returns

A CSS color.

Properties

Background #

Gets or sets the background color.

Foreground #

Gets or sets the foreground text color.

MutedForeground #

Gets or sets the muted text color.

Card #

Gets or sets the card fill color.

Surface #

Gets or sets the subtle surface fill color.

Border #

Gets or sets the border color.

Accent #

Gets or sets the accent color.

Healthy #

Gets or sets the healthy status color.

Warning #

Gets or sets the warning status color.

Critical #

Gets or sets the critical status color.

Unknown #

Gets or sets the unknown status color.

Disabled #

Gets or sets the disabled status color.

FontFamily #

Gets or sets the font family used by SVG text.