Chart.DataTable Property
Excel Developer Reference |
Returns a DataTable object that represents the chart data table. Read-only.
Syntax
expression.DataTable
expression A variable that represents a Chart object.
Example
This example adds a data table with an outline border to the embedded chart.
Visual Basic for Applications |
---|
|
See Also