ComponentOne Chart for WPF and Silverlight
Item Property (ChartPanelObjectCollection)


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

Parameters

index
See Also

Reference

ChartPanelObjectCollection Class
ChartPanelObjectCollection Members