2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / TrendLinesCollection Class / CopyTo Method
Array.
Index.

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

    Parameters

    array
    Array.
    index
    Index.
    See Also