[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.BarColorCollection.CopyTo

CopyTo Method

CopyTo(BarColor[], int)

Copies the collection BarColor elements beginning with the specified index to an array of BarColor objects.

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

Output array.

int index

Starting index.

See Also