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

TerminalTable

Namespace ChartForgeX.Terminal

Models a compact monospace table within a terminal story.

Inheritance

  • Object
  • TerminalTable

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

AddRow(System.Object[] arg1) #

Adds one table row.

Parameters

arg1 System.Object[] required
AlignColumn(System.Int32 arg1, ChartForgeX.Terminal.TerminalColumnAlignment arg2) #

Sets one column alignment.

Parameters

arg1 System.Int32 required
arg2 ChartForgeX.Terminal.TerminalColumnAlignment required
Create() #

Creates an empty terminal table.

WithColumns(System.String[] arg1) #

Sets table columns.

Parameters

arg1 System.String[] required

Properties

Columns #

Gets the column headings.

Alignments #

Gets column alignments.

Rows #

Gets table rows.