ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxisLabelsCollection Class / CopyTo Method
Array.
Starting zero-based index.

In This Topic
    CopyTo Method (Chart3DAxisLabelsCollection)
    In This Topic
    Copies the collection of labels objects beginning with the specified index to an array of labels.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As Chart3DAxisLabel, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       Chart3DAxisLabel[] array,
       System.int index
    )

    Parameters

    array
    Array.
    index
    Starting zero-based index.
    See Also