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


index
The index of the item.

Syntax

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

Parameters

index
The index of the item.

See Also