Back to Devexpress

SeriesPointCollection.GetEnumerator() Method

corelibraries-devexpress-dot-xtracharts-dot-seriespointcollection-5b3fead2.md

latest1.3 KB
Original Source

SeriesPointCollection.GetEnumerator() Method

Returns an enumerator that iterates through the SeriesPointCollection instance.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public IEnumerator GetEnumerator()
vb
Public Function GetEnumerator As IEnumerator

Returns

TypeDescription
IEnumerator

A IEnumerator for the SeriesPointCollection instance.

|

See Also

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.XtraCharts Namespace