Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CopyTo Method
See Also 
Dundas.Charting.WebControl Namespace > ChartAreaCollection Class : CopyTo Method


array
The one-dimensional Array that is the destination of the elements copied from ArrayList. The Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.
Copies the ArrayList or a portion of it to a one-dimensional array.

Syntax

Visual Basic (Declaration)  
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartAreaCollection
Dim array As Array
Dim index As Integer
 
instance.CopyTo(array, index)
C#  
public void CopyTo( 
   Array array,
   int index
)

Parameters

array
The one-dimensional Array that is the destination of the elements copied from ArrayList. The Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also