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

TableArtifactCapabilities

Namespace ChartForgeX.VisualArtifacts

Declares host-level table behaviors supported by a table artifact or data provider.

Inheritance

  • Object
  • TableArtifactCapabilities

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Fields

None #

No interactive table behavior is declared.

Sort #

The table can be sorted.

Filter #

The table can be filtered.

SingleSelection #

The table supports single-row selection.

MultiSelection #

The table supports multi-row selection.

CellSelection #

The table supports cell-level selection.

Copy #

The table supports copying cells or rows.

Export #

The table supports host-driven export commands.

Virtualization #

The table supports virtualized data windows.