[]
Gets or sets collection item by given index
public Series this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index |
Gets the Series with the specified series name.
public Series this[string seriesName] { get; }
Type | Name | Description |
---|---|---|
string | seriesName |