Back to Devexpress

SeriesPointCollection.ToArray() Method

corelibraries-devexpress-dot-xtracharts-dot-seriespointcollection-b1e8ce86.md

latest1.5 KB
Original Source

SeriesPointCollection.ToArray() Method

Copies the elements of the SeriesPointCollection to a new array of SeriesPoint objects.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesPoint[] ToArray()
vb
Public Function ToArray As SeriesPoint()

Returns

TypeDescription
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

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.XtraCharts Namespace