remove method

remove(self)

Removes category from chart.

def remove(self):
    ...

Exceptions

ExceptionDescription
PptxEditExceptionThrown if category is already removed from chart.

See Also