remove method

remove

Removes the specified value.

def remove(self, value):
    ...
ParameterTypeDescription
valueIChartDataPointThe value.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentException))The value parameter was not found in the collection.

See Also