This topic has not yet been rated - Rate this topic

DataTable Object

Published: July 16, 2012

Represents a data table in the specified chart.

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
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.