[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.LegendItemsCollection.CopyTo

CopyTo Method

CopyTo(LegendItem[], int)

Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.

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

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

int index

The zero-based index in array at which copying begins