removeAt

removeAt(int index) method

Removes the element at the given index.

Parameters

NameTypeDescription
indexintIndex of a data point to remove.

Returns

void