[]
Sets the point data to be charted.
public void SetData(double[] XValues, params double[][] YValues)
Public Sub SetData(XValues As Double(), ParamArray YValues As Double()())
| Type | Name | Description |
|---|---|---|
| double[] | XValues | Specifies the array of XValues. |
| double[][] | YValues | Specifies the array(s) of YValues. |