CopyTo Method (ChartDataArray)
In This Topic
Copies the elements of the
ChartDataArray to an
System.Array.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal As System.Array, _
ByVal As System.Integer _
)
public void CopyTo(
System.Array ,
System.int
)
Parameters
- arr
- The one-dimensional System.Array that is the destination of the elements copied from ChartDataArray.
- index
- The zero-based index in array at which copying begins.
See Also