Sets the point data to be charted.
シンタックス
'宣言
Public Sub SetData( _
ByVal () As System.Double, _
ByVal ParamArray () As System.Double _
)
public void SetData(
System.double[] ,
params System.double[]
)
パラメータ
- XValues
- Specifies the array of XValues.
- YValues
- Specifies the array(s) of YValues.
参照