C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DPointSeriesCollection Class / AddRange Method
Array of series

In This Topic
AddRange Method
In This Topic
Adds array of series to the end of the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal series() As Chart3DPointSeries _
) 
 

Parameters

series
Array of series
Remarks
This is the preferable way for adding large number of series.
See Also