Spread for ASP.NET 12 Product Documentation
GetEnumerator Method (LabelAreaCollection)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > LabelAreaCollection Class : GetEnumerator Method
Gets an enumerator that iterates through the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of LabelArea)
'Usage
 
Dim instance As LabelAreaCollection
Dim value As IEnumerator(Of LabelArea)
 
value = instance.GetEnumerator()
public IEnumerator<LabelArea> GetEnumerator()

Return Value

Enumerator that can be used to iterate through the collection.
See Also

Reference

LabelAreaCollection Class
LabelAreaCollection Members