ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataLabelsCollection Class / CopyTo Method
Output array.
Starting index.

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

    Parameters

    array
    Output array.
    index
    Starting index.
    See Also