'Declaration Public Function Add( _ ByVal value As System.Object _ ) As System.Integer
public System.int Add( System.object value )
Parameters
- value
- New data value.
Return Value
An integer indicating the index of the new value in the ChartDataArray. The new index is always the Length of the ChartDataArray prior to adding the new value.