[]
Copies the elements of the ChartCoordArray 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 ChartCoordArray. |
int | index | The zero-based index in array at which copying begins. |