[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.CopyTo

CopyTo Method

CopyTo(Chart3DAxisLabel[], int)

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

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

Array.

int index

Starting zero-based index.

See Also