Skip to main content
A newer version of this page is available. .

SeriesPointCollection.ToArray() Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

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