[]
Copies the elements of the ChartDataArray to an Array.
public void CopyTo(Array arr, int index)
| 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. |