SeriesPointCollection.ToArray() Method
Copies the elements of the SeriesPointCollection to a new array of SeriesPoint objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Returns
Type | Description |
---|---|
SeriesPoint[] | An array of SeriesPoint objects containing copies of the elements of the SeriesPointCollection. |
Remarks
Use the ToArray method to convert the SeriesPointCollection object to an array.
See Also