add
add(int dataPointIndex) method
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. |
Returns
void
Exception
Exception | Condition |
---|---|
ArgumentException | Point with the given index was not found". |