SeriesCollection.ToArray() Method
Copies the elements of the SeriesCollection to a new array of Series objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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