Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ILegendEntries Interface / Item Property
The index of the legend entry to retrieve.
In This Topic
    Item Property (ILegendEntries)
    In This Topic
    Returns a single object from a collection.
    Syntax
    ILegendEntry this[ 
       System.int Index
    ]; {get;}

    Parameters

    Index
    The index of the legend entry to retrieve.

    Property Value

    The legend entry at the specified index.
    See Also