[]
Copies the collection Chart3DAxis elements beginning with the specified index to an array of Chart3DAxis objects.
public void CopyTo(Chart3DAxis[] array, int index)
Public Sub CopyTo(array As Chart3DAxis(), index As Integer)
| Type | Name | Description |
|---|---|---|
| Chart3DAxis[] | array | Output array. |
| int | index | Starting index. |