[]
Adds a DataPoint with the specified parameters to the DataPointsCollection.
public int AddXY(object xValue, params double[] yValue)
Type | Name | Description |
---|---|---|
object | xValue | Specifies the X value. |
double[] | yValue | Specifies the Y values. |
Type | Description |
---|---|
int | System.Int32. |