remove
remove(int dataPointIndex) function
Removes item from collection by it index in parent series points collection.
Parameters
| Name | Type | Description |
|---|---|---|
| dataPointIndex | int | Index of data point in parent series points collection. |
Error
| Error | Condition |
|---|---|
| ArgumentOutOfRangeException | dataPointIndex is negative. |