Specifies the Y values.
Adds a DataPoint with the specified parameters to the DataPointsCollection.
'Declaration Public Function AddXY( _ ByVal xValue As Object, _ ByVal ParamArray yValue() As Double _ ) As Integer
public int AddXY( object xValue, params double[] yValue )
DataPointsCollection Class DataPointsCollection Members