[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DLabelsCollection.CopyTo

CopyTo Method

CopyTo(Chart3DLabel[], int)

Copies the collection Chart3DLabel elements beginning with the specified index to an array of Chart3DLabel objects.

Declaration
public void CopyTo(Chart3DLabel[] array, int index)
Parameters
Type Name Description
Chart3DLabel[] array

Output array.

int index

Starting index.

See Also