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