ComponentOne Chart for WPF and Silverlight
GetEnumerator Method (LegendItemCollection)


C1.WPF.C1Chart Namespace > LegendItemCollection Class : GetEnumerator Method
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of LegendItem)
'Usage
 
Dim instance As LegendItemCollection
Dim value As System.Collections.Generic.IEnumerator(Of LegendItem)
 
value = instance.GetEnumerator()
[__DynamicallyInvokable()]
public System.Collections.Generic.IEnumerator<LegendItem> GetEnumerator()
See Also

Reference

LegendItemCollection Class
LegendItemCollection Members