Skip to main content

SeriesPointCollection.ToArray() Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public SeriesPoint[] ToArray()

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