Adds a DataPoint with the specified y value to the DataPointsCollection.
[Visual Basic]
Public Function AddY( _
ByVal ParamArray yValue() As Double _
) As Integer
[C#]
public int AddY(
params double[] yValue
);
DataPointsCollection Class | DataPointsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.