SetData Method (RangedHistogram)
Sets the point data to be charted.
'Declaration
Public Sub SetData( _
ByVal () As Double, _
ByVal ParamArray () As Double _
)
Parameters
- XValues
- Specifies the array of XValues.
- YValues
- Specifies the array(s) of YValues.