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

ChartTableCell

Namespace ChartForgeX.VisualBlocks

Describes one chart table cell.

Inheritance

  • Object
  • ChartTableCell

Constructors

ChartTableCell(System.String arg1) #

Initializes a table cell.

Parameters

arg1 System.String required

Methods

FromValue(System.Object arg1, System.String arg2) #

Creates a cell from any value.

Parameters

arg1 System.Object required
arg2 System.String required
WithBadge(System.String arg1, ChartForgeX.VisualBlocks.VisualStatus arg2, System.Nullable{ChartForgeX.Primitives.ChartColor} arg3, ChartForgeX.VisualBlocks.VisualBadgeStyle arg4) #

Sets a compact badge for this table cell.

Parameters

arg1 System.String required
arg2 ChartForgeX.VisualBlocks.VisualStatus required
arg3 System.Nullable{ChartForgeX.Primitives.ChartColor} required
arg4 ChartForgeX.VisualBlocks.VisualBadgeStyle required
WithMiniBars(System.Collections.Generic.IEnumerable{System.Double} arg1, System.Nullable{System.Double} arg2, System.Nullable{System.Double} arg3, System.Nullable{ChartForgeX.Primitives.ChartColor} arg4) #

Sets compact mini bars for this table cell.

Parameters

arg1 System.Collections.Generic.IEnumerable{System.Double} required
arg2 System.Nullable{System.Double} required
arg3 System.Nullable{System.Double} required
arg4 System.Nullable{ChartForgeX.Primitives.ChartColor} required
WithSparkline(System.Collections.Generic.IEnumerable{System.Double} arg1, System.Nullable{System.Double} arg2, System.Nullable{System.Double} arg3, System.Nullable{ChartForgeX.Primitives.ChartColor} arg4) #

Sets a compact sparkline for this table cell.

Parameters

arg1 System.Collections.Generic.IEnumerable{System.Double} required
arg2 System.Nullable{System.Double} required
arg3 System.Nullable{System.Double} required
arg4 System.Nullable{ChartForgeX.Primitives.ChartColor} required

Properties

MicroVisualKind #

Gets the configured cell microvisual kind.

MicroVisualValues #

Gets microvisual values.

MicroVisualMinimum #

Gets or sets an optional microvisual minimum.

MicroVisualMaximum #

Gets or sets an optional microvisual maximum.

MicroVisualColor #

Gets or sets an optional microvisual color.

BadgeText #

Gets optional compact badge text.

BadgeStatus #

Gets or sets optional badge status.

BadgeStyle #

Gets or sets optional badge style.

BadgeColor #

Gets or sets an optional badge color override.

Text #

Gets or sets the cell text.

Alignment #

Gets or sets an optional text alignment override.

Foreground #

Gets or sets an optional foreground color override.

Background #

Gets or sets an optional background color override.

Status #

Gets or sets an optional explicit status.