ComponentOne Chart for WPF and Silverlight
Item Property (PlotAreaCollection)


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

Parameters

index
See Also

Reference

PlotAreaCollection Class
PlotAreaCollection Members