'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of DataPoint) _ )
public void AddRange( IEnumerable<DataPoint> collection )
Parameters
- collection
- The DataPointCollection to add to the current collection.
'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of DataPoint) _ )
public void AddRange( IEnumerable<DataPoint> collection )