'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 ChartCoordArray. The new index is always the Length of the ChartCoordArray prior to adding the new value.