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; }
Public ReadOnly Property DataTable As ChartDataTable
Get
public:
property ChartDataTable^ DataTable {
ChartDataTable^ get ();
}
member DataTable : ChartDataTable with get
Return Value
Type:
ChartDataTable
A ChartDataTable object representing the data table for the chart.
See Also