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