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

ChartTableColumn

Namespace ChartForgeX.VisualBlocks

Describes a chart table column.

Inheritance

  • Object
  • ChartTableColumn

Constructors

ChartTableColumn(System.String arg1, ChartForgeX.Typography.TextAlignment arg2, System.Nullable{System.Double} arg3, System.String arg4) #

Initializes a table column.

Parameters

arg1 System.String required
arg2 ChartForgeX.Typography.TextAlignment required
arg3 System.Nullable{System.Double} required
arg4 System.String required

Properties

Header #

Gets the column header.

Alignment #

Gets the default text alignment.

Width #

Gets an optional fixed width in pixels.

Format #

Gets an optional numeric or formattable value format.