title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Chart.DataTable property (Excel) |
vbaxl10.chm149098 |
|
|
e977daf1-45a1-a069-3d6c-afbe13724d11 |
04/16/2019 |
medium |
Returns a DataTable object that represents the chart data table. Read-only.
expression.DataTable
expression A variable that represents a Chart object.
This example adds a data table with an outline border to the embedded chart.
With Worksheets(1).ChartObjects(1).Chart
.HasDataTable = True
.DataTable.HasBorderOutline = True
End With
[!includeSupport and feedback]