Skip to main content

SeriesPointCollection.GetEnumerator() Method

Returns an enumerator that iterates through the SeriesPointCollection instance.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public IEnumerator GetEnumerator()

Returns

Type Description
IEnumerator

A IEnumerator for the SeriesPointCollection instance.

See Also