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

SeriesPointCollection.GetEnumerator() Method

Returns an enumerator that iterates through the SeriesPointCollection instance.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public IEnumerator<SeriesPoint> GetEnumerator()

Returns

Type Description
IEnumerator<SeriesPoint>

A IEnumerator for the SeriesPointCollection instance.

See Also