remove method

remove

Removes DataPoint from chart series.

def remove(self):
    ...

Exceptions

ExceptionDescription
PptxEditExceptionThrown if data point is already removed from chart series.

See Also