[]
        
(Showing Draft Content)

C1.Win.C1Chart.PointStylesCollection.CopyTo

CopyTo Method

CopyTo(PointStyle[], int)

Copies the collection of PointStyles beginning with the specified index to the specified array of PointStylesCollection objects.

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

The array that is the destination of the elements copied from the PointStylesCollection.

int index

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

See Also