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