ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SeriesCollection Class / Item Property / Item(Int32) Property
The index of the item.

In This Topic
Item(Int32) Property
In This Topic
Gets or sets the collection item by the given index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As Series
 

Parameters

index
The index of the item.
See Also