[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LegendAreaCollection.CopyTo

CopyTo Method

CopyTo(LegendArea[], int)

Copies the legend areas in the collection to an array, starting at the specified array index.

Declaration
public void CopyTo(LegendArea[] array, int arrayIndex)
Public Sub CopyTo(array As LegendArea(), arrayIndex As Integer)
Parameters
Type Name Description
LegendArea[] array

One-dimension array that is the destination of the legend areas copied from the collection.

int arrayIndex

Zero-based index in array at which copying begins.

Implements