In This Topic
Adds a DataPoint with the specified y value to the DataPointsCollection.
Syntax
'Declaration
Public Function AddY( _
ByVal ParamArray () As Double _
) As Integer
public int AddY(
params double[]
)
Parameters
- yValue
- Specifies the Y value.
See Also