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

TableArtifactQueryResult

Namespace ChartForgeX.VisualArtifacts

Describes a virtualized table query result.

Inheritance

  • Object
  • TableArtifactQueryResult

Constructors

TableArtifactQueryResult(System.Collections.Generic.IReadOnlyList{ChartForgeX.VisualArtifacts.TableArtifactRow} arg1, System.Int64 arg2) #

Initializes a table query result.

Parameters

arg1 System.Collections.Generic.IReadOnlyList{ChartForgeX.VisualArtifacts.TableArtifactRow} required
arg2 System.Int64 required

Properties

Rows #

Gets the returned rows.

TotalRowCount #

Gets the total row count before virtualization.