remove method

remove

Removes category from chart.

def remove(self):
    ...

Exceptions

ExceptionDescription
PptxEditExceptionThrown if category is already removed from chart.

See Also