ActiveReports 12
CopyTo Method (SeriesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > SeriesCollection Class : CopyTo Method
The array to which to copy the collection.
The index from which to start.
Copies the entire collection to an array, starting at the specified index of the target array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Series, _
   ByVal index As Integer _
) 
public void CopyTo( 
   Series[] array,
   int index
)

Parameters

array
The array to which to copy the collection.
index
The index from which to start.

Return Value

`
See Also

Reference

SeriesCollection Class
SeriesCollection Members