[]
        
(Showing Draft Content)

C1.Win.C1Chart.ActionCollection.CopyTo

CopyTo Method

CopyTo(Action[], int)

Copies the collection of Actions beginning with the specified index to the specified array of Action objects.

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