[]
        
Returns a single object from a collection.
ILegendEntry this[int Index] { get; }
ReadOnly Default Property Item(Index As Integer) As ILegendEntry
| Type | Name | Description | 
|---|---|---|
| int | Index | The index of the legend entry to retrieve.  | 
    
| Type | Description | 
|---|---|
| ILegendEntry | The legend entry at the specified index.  |