Spread for ASP.NET 11 Product Documentation
GetEnumerator Method (BoxWhiskerSeriesCollection)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > BoxWhiskerSeriesCollection Class : GetEnumerator Method
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()
public IEnumerator<BoxWhiskerSeries> GetEnumerator()

Return Value

Enumerator that iterates through the collection.
See Also

Reference

BoxWhiskerSeriesCollection Class
BoxWhiskerSeriesCollection Members