remove_at method
remove_at
Removes the element at the given index.
def remove_at(self, index):
    ...
| Parameter | Type | Description | 
|---|---|---|
| index | int | Index of a category to remove. | 
See Also
- class IChartCategoryCollection
- module aspose.slides.charts
- library Aspose.Slides