ActiveReports.Chart Request technical support
Item Property
See Also 


index
Specifies the index of the label.
Gets or sets the specified label in the collection.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal index As Integer _
) As String
Visual Basic (Usage)Copy Code
Dim instance As LabelsCollection
Dim index As Integer
Dim value As String
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public string this[ 
   int index
]; {get; set;}

Parameters

index
Specifies the index of the label.

See Also