remove

remove(int dataPointIndex) method

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

Parameters

NameTypeDescription
dataPointIndexintIndex of data point in parent series points collection.

Returns

void

Exception

ExceptionCondition
ArgumentOutOfRangeExceptiondataPointIndex is negative.