méthode remove_at
remove_at(self, index)
Supprime le point à l’index de la série.
def remove_at(self, index):
...
Paramètre | Taper | Description |
---|---|---|
index | int | L’indice du point. |
Voir également
- module
aspose.cells.charts
- classe
ChartPointCollection
Supprime le point à l’index de la série.
def remove_at(self, index):
...
Paramètre | Taper | Description |
---|---|---|
index | int | L’indice du point. |
aspose.cells.charts
ChartPointCollection