add method
add
Adds data point by its index in parent series points collection.
def add(self, data_point_index):
...
| Parameter | Type | Description |
|---|---|---|
| data_point_index | int | Index of data point in parent series points collection. |
Exceptions
| Exception | Description |
|---|---|
| RuntimeError(Proxy error(ArgumentException)) | Point with the given index was not found". |
See Also
- class
PieSplitCustomPointCollection - module
aspose.slides.charts - library
Aspose.Slides