API Reference
TableArtifact
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
- arg2 System.String
- arg3 ChartForgeX.VisualArtifacts.TableArtifactColumnType
- arg4 ChartForgeX.Typography.TextAlignment
- arg5 System.Nullable{System.Double}
AddRow(System.String arg1, System.Object[] arg2) #Adds an in-memory row used by static previews and small table hosts.
Parameters
- arg1 System.String
- arg2 System.Object[]
Supports(ChartForgeX.VisualArtifacts.TableArtifactCapabilities arg1) #Returns true when the table declares the requested capability.
Parameters
- arg1 ChartForgeX.VisualArtifacts.TableArtifactCapabilities
SupportsExport(ChartForgeX.VisualArtifacts.VisualArtifactExportFormat arg1) #Returns true when the table declares the requested static export format.
Parameters
- arg1 ChartForgeX.VisualArtifacts.VisualArtifactExportFormat
WithCapabilities(ChartForgeX.VisualArtifacts.TableArtifactCapabilities arg1) #Sets declared host-level table capabilities.
Parameters
- arg1 ChartForgeX.VisualArtifacts.TableArtifactCapabilities
WithRow(System.Int32 arg1, System.Action{ChartForgeX.VisualArtifacts.TableArtifactRow} arg2) #Configures one existing row.
Parameters
- arg1 System.Int32
- arg2 System.Action{ChartForgeX.VisualArtifacts.TableArtifactRow}
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.