ActiveReports.Chart Request technical support
Item(Int32) Property
See Also 


index
The index of the item.
Gets or sets the collection item by the given index.

Syntax

Visual Basic (Declaration) 
Overloads Public Property Item( _
   ByVal index As Integer _
) As Series
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
Dim index As Integer
Dim value As Series
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public Series Item( 
   int index
) {get; set;}

Parameters

index
The index of the item.

See Also