removeAt
removeAt(int index) function
Removes the element at the given index.
Parameters
Name | Type | Description |
---|---|---|
index | int | Index of a data point to remove. |
Removes the element at the given index.
Name | Type | Description |
---|---|---|
index | int | Index of a data point to remove. |