remove method

remove

Removes the specified value.

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

See Also