ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelsCollection Class : Item Property

index
Specifies the index of the label.

Glossary Item Box

Gets or sets the specified label in the collection.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal index As System.Integer _
) As System.String
C# 
public System.string this[ 
   System.int index
]; {get; set;}

Parameters

index
Specifies the index of the label.

See Also