[]
Gets or sets the legend area at the specified index.
public LegendArea this[int index] { get; set; }
Public Default Property Item(index As Integer) As LegendArea
| Type | Name | Description |
|---|---|---|
| int | index | Index of legend area. |
| Type | Description |
|---|---|
| LegendArea | Legend area. |
| Type | Condition |
|---|---|
| ArgumentNullException | item is a null reference (Nothing in VB). |