AddRange Method (DataPointsCollection)
In This Topic
Adds a set of DataPoints to the collection.
Syntax
'Declaration
Public Sub AddRange( _
ByVal () As DataPoint _
)
public void AddRange(
DataPoint[]
)
Parameters
- value
- The DataPoints to add to the collection.
See Also