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