remove method

remove(index)

Removes the X value, Y value, and bubble size, if supported, from the chart series at the specified index. The corresponding data point and data label are also removed.

def remove(self, index: int):
    ...
ParameterTypeDescription
indexint

See Also