[]
Gets an enumerator that iterates through the collection.
public IEnumerator<PointSeries> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of PointSeries)
Type | Description |
---|---|
IEnumerator<PointSeries> | Enumerator that iterates through the collection. |