[]
Gets or sets the series at the specified index.
public AreaSeries this[int index] { get; set; }
Public Default Property Item(index As Integer) As AreaSeries
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| AreaSeries | Series. |
| Type | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in VB). |