Sets the value for a specific data point in the data grid associated with a chart.
Syntax
object.SetData (row, column, dataPoint, nullFlag)
The SetData method syntax has these parts:
| Part | Description | 
| object | An object expression that evaluates to an object in the Applies To list. | 
| row | Integer. Identifies the row containing the data point value. | 
| column | Integer. Identifies the column containing the data point value. | 
| dataPoint | Double. The data point value. | 
| nullFlag | Integer. Indicates whether or not the data point value is a null. |