2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / ChartDataArray Class / CopyTo Method
The one-dimensional System.Array that is the destination of the elements copied from ChartDataArray.
The zero-based index in array at which copying begins.

In This Topic
    CopyTo Method (ChartDataArray)
    In This Topic
    Copies the elements of the ChartDataArray to an System.Array.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal arr As System.Array, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       System.Array arr,
       System.int index
    )

    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