[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LabelAreaCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets an enumerator that iterates through the collection.

Declaration
public IEnumerator<LabelArea> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of LabelArea)
Returns
Type Description
IEnumerator<LabelArea>

Enumerator that can be used to iterate through the collection.

Implements