تحرير

مشاركة عبر


DataTable property (Excel Graph)

Returns a DataTable object that represents the chart data table. Read-only.

Syntax

expression.DataTable

expression Required. An expression that returns a DataTable object.

Example

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

With myChart 
 .HasDataTable = True 
 .DataTable.HasBorderOutline = True 
End With

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.