ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LabelsCollection Class / Item Property
Specifies the index of the label.

In This Topic
    Item Property (LabelsCollection)
    In This Topic
    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