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

TableArtifactColumn

Namespace ChartForgeX.VisualArtifacts

Describes one table artifact column.

Inheritance

  • Object
  • TableArtifactColumn

Constructors

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

Initializes a table artifact 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

Properties

Id #

Gets or sets the stable column identifier.

Label #

Gets or sets the display label.

Type #

Gets or sets the logical column type.

Alignment #

Gets or sets the static preview text alignment.

Width #

Gets or sets an optional width hint in pixels.

Searchable #

Gets or sets whether this column participates in host search.

Sortable #

Gets or sets whether this column participates in host sorting.

Filterable #

Gets or sets whether this column participates in host filtering.

Copyable #

Gets or sets whether this column participates in copy operations.

Exportable #

Gets or sets whether this column participates in export operations.

Metadata #

Gets column metadata for host adapters and exporters.