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


In This Topic
GetEnumerator Method (LegendAreaCollection)
In This Topic
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()

Return Value

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