DataTable Object [Excel 2003 VBA Language Reference]

Chart
DataTable
Multiple objects

Represents a chart data table.

Using the DataTable Object

Use the DataTable property to return a DataTable object. The following example adds a data table with an outline border to embedded chart one.

With Worksheets(1).ChartObjects(1).Chart
    .HasDataTable = True
    .DataTable.HasBorderOutline = True
End With

Properties | Application Property | AutoScaleFont Property | Border Property | Creator Property | Font Property | HasBorderHorizontal Property | HasBorderOutline Property | HasBorderVertical Property | Parent Property | ShowLegendKey Property

Methods | Delete Method | Select Method

Parent Objects | Chart Object

Child Objects | Border Object | Font Object