In This Topic
Sets the point data to be charted.
Syntax
'Declaration
Public Sub SetData( _
ByVal () As System.Double, _
ByVal ParamArray () As System.Double _
)
public void SetData(
System.double[] ,
params System.double[]
)
Parameters
- XValues
- Specifies the array of XValues.
- YValues
- Specifies the array(s) of YValues.
See Also