Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeriesCollection Class / GetEnumerator Method


In This Topic
GetEnumerator Method (BoxWhiskerSeriesCollection)
In This Topic
Gets an enumerator that iterates through the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of BoxWhiskerSeries)
 
'Usage
 
Dim instance As BoxWhiskerSeriesCollection
Dim value As IEnumerator(Of BoxWhiskerSeries)
 
value = instance.GetEnumerator()

Return Value

Enumerator that iterates through the collection.
See Also