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

In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the collection item by the given legend item name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal legendItemName As String _
    ) As LegendItem
    public LegendItem Item( 
       string legendItemName
    ) {get;}

    Parameters

    legendItemName
    Name of the item.
    See Also