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