Syntax

expression.DataTable

expression A variable that represents a Chart object.

Example

This example adds a data table with an outline border to the embedded chart.

Visual Basic for Applications
With Worksheets(1).ChartObjects(1).Chart .HasDataTable = True .DataTable.HasBorderOutline = True End With
Change a chart's data table settings? data table Data Table Property datatable DataTable Property Make use of chart datatable?

See also: