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

TableArtifact

Namespace ChartForgeX.VisualArtifacts

Describes one reusable table artifact for static rendering and native-host interaction.

Inheritance

  • Object
  • TableArtifact

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

AddColumn(System.String arg1, System.String arg2, ChartForgeX.VisualArtifacts.TableArtifactColumnType arg3, ChartForgeX.Typography.TextAlignment arg4, System.Nullable{System.Double} arg5) #

Adds a table column.

Parameters

arg1 System.String required
arg2 System.String required
arg3 ChartForgeX.VisualArtifacts.TableArtifactColumnType required
arg4 ChartForgeX.Typography.TextAlignment required
arg5 System.Nullable{System.Double} required
AddRow(System.String arg1, System.Object[] arg2) #

Adds an in-memory row used by static previews and small table hosts.

Parameters

arg1 System.String required
arg2 System.Object[] required
Create(System.String arg1) #

Creates a new table artifact.

Parameters

arg1 System.String required
Supports(ChartForgeX.VisualArtifacts.TableArtifactCapabilities arg1) #

Returns true when the table declares the requested capability.

Parameters

arg1 ChartForgeX.VisualArtifacts.TableArtifactCapabilities required
SupportsExport(ChartForgeX.VisualArtifacts.VisualArtifactExportFormat arg1) #

Returns true when the table declares the requested static export format.

Parameters

arg1 ChartForgeX.VisualArtifacts.VisualArtifactExportFormat required
WithCapabilities(ChartForgeX.VisualArtifacts.TableArtifactCapabilities arg1) #

Sets declared host-level table capabilities.

Parameters

arg1 ChartForgeX.VisualArtifacts.TableArtifactCapabilities required
WithRow(System.Int32 arg1, System.Action{ChartForgeX.VisualArtifacts.TableArtifactRow} arg2) #

Configures one existing row.

Parameters

arg1 System.Int32 required
arg2 System.Action{ChartForgeX.VisualArtifacts.TableArtifactRow} required
WithSubtitle(System.String arg1) #

Sets the table subtitle.

Parameters

arg1 System.String required
WithTitle(System.String arg1) #

Sets the table title.

Parameters

arg1 System.String required

Properties

Id #

Gets or sets a stable table identifier.

Title #

Gets or sets the table title.

Subtitle #

Gets or sets the table subtitle.

Columns #

Gets table columns.

Rows #

Gets in-memory table rows used by static previews and small tables.

Capabilities #

Gets or sets host-level capabilities declared by this artifact.

ExportFormats #

Gets or sets static export formats declared by this artifact.

TotalRowCount #

Gets or sets the total row count when the artifact is backed by virtualized data.

Metadata #

Gets table metadata for host adapters and exporters.