add
add(int dataPointIndex) function
Adds data point by its index in parent series points collection.
Parameters
| Name | Type | Description |
|---|---|---|
| dataPointIndex | int | Index of data point in parent series points collection. |
Error
| Error | Condition |
|---|---|
| ArgumentException | Point with the given index was not found". |