[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartDataArray.CopyTo

CopyTo Method

CopyTo(Array, int)

Copies the elements of the ChartDataArray to an Array.

Declaration
public void CopyTo(Array arr, int index)
Parameters
Type Name Description
Array arr

The one-dimensional Array that is the destination of the elements copied from ChartDataArray.

int index

The zero-based index in array at which copying begins.

Implements