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 Legend
Visual Basic (Usage)Copy Code
Dim instance As LegendsCollection
Dim index As Integer
Dim value As Legend
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public Legend Item( 
   int index
) {get; set;}

Parameters

index
The index of the item.

See Also