ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendItemsCollection Class / Item Property / Item(Int32) Property
Index of the item.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the legend item in the collection.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As Integer _
    ) As LegendItem
    public LegendItem Item( 
       int index
    ) {get; set;}

    Parameters

    index
    Index of the item.
    See Also