Click or drag to resize

Chart DataTable Property

Gets the Data Table Options associated with the Chart.

Namespace: Spire.Doc.Fields.Shapes.Charts
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ChartDataTable DataTable { get; }

Return Value

Type: ChartDataTable
A ChartDataTable object representing the data table for the chart.
See Also