remove

remove(int dataPointIndex) function

Removes item from collection by it index in parent series points collection.

Parameters

NameTypeDescription
dataPointIndexintIndex of data point in parent series points collection.

Error

ErrorCondition
ArgumentOutOfRangeExceptiondataPointIndex is negative.