ActiveReports 12
Item Property (LabelsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelsCollection Class : Item Property
Specifies the index of the label.
Gets or sets the specified label in the collection.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As String
public string this[ 
   int index
]; {get; set;}

Parameters

index
Specifies the index of the label.
See Also

Reference

LabelsCollection Class
LabelsCollection Members