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