تحرير

مشاركة عبر


DataTable object (Excel Graph)

Represents a data table in the specified chart.

Remarks

Use the DataTable property to return a DataTable object.

Example

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

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

See also

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.