ComponentOne Chart for WPF and Silverlight
Item Property (LegendItemCollection)


C1.WPF.C1Chart Namespace > LegendItemCollection Class : Item Property
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As LegendItem
'Usage
 
Dim instance As LegendItemCollection
Dim index As System.Integer
Dim value As LegendItem
 
value = instance.Item(index)
[__DynamicallyInvokable()]
public LegendItem this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

LegendItemCollection Class
LegendItemCollection Members