Adds a DataPoint with the specified parameters to the DataPointsCollection.
| Visual Basic (Declaration) | |
|---|---|
Public Function AddXY( _ ByVal xValue As System.Object, _ ByVal ParamArray yValue() As System.Double _ ) As System.Integer | |
Parameters
- xValue
- Specifies the X value.
- yValue
Specifies the Y values.