Copies the collection Chart3DAxis elements beginning with
the specified index to an array of Chart3DAxis objects.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public void CopyTo( Chart3DAxis[] array, int index ) |
| Visual Basic |
|---|
Public Sub CopyTo ( _ array As Chart3DAxis(), _ index As Integer _ ) |
Parameters
- array
- Type: array<C1.Win.C1Chart3D..::..Chart3DAxis>[]()[][]
Output array.
- index
- Type: System..::..Int32
Starting index.