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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public IEnumerator<SeriesPoint> GetEnumerator()

Returns

Type Description
IEnumerator<SeriesPoint>

A IEnumerator for the SeriesPointCollection instance.

See Also