[]
        
(Showing Draft Content)

C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.CopyTo

CopyTo Method

CopyTo(ScaleMenuItem[], int)

Copies the elements of the collection to an System.Array, starting at a particular array index.

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

The one-dimensional Array that is the destination of the elements copied from collection. The System.Array must have zero-based indexing.

int index

The zero-based index in array at which copying begins.