ActiveReports 12
CopyTo Method (ChartAreasCollection)

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

Parameters

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

Reference

ChartAreasCollection Class
ChartAreasCollection Members