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


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

Return Value

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

Reference

LegendAreaCollection Class
LegendAreaCollection Members