Skip to main content

SeriesCollection.ToArray() Method

Copies the elements of the SeriesCollection to a new array of Series objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Series[] ToArray()

Returns

Type Description
Series[]

An array of Series objects containing the copies of the elements of the SeriesCollection.

Remarks

Use the ToArray method to convert the SeriesCollection object to an array.

See Also