DataTable Object
Description
Represents a data table in the specified chart.
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 the embedded chart.
With myChart
.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.