remove
remove(int dataPointIndex) method
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. |
Returns
void
Exception
Exception | Condition |
---|---|
ArgumentOutOfRangeException | dataPointIndex is negative. |