méthode add_floating_chart
add_floating_chart(self, type, left, top, width, height)
Ajoute un graphique à la collection.
Retour
Chart index d’objet.
def add_floating_chart(self, type, left, top, width, height):
...
| Paramètre | Taper | Description |
|---|---|---|
| type | ChartType | Type de graphique |
| left | int | Le décalage x par rapport au coin |
| top | int | Le décalage y par rapport au coin |
| width | int | La largeur du graphique |
| height | int | La hauteur du graphique |
Voir également
- module
aspose.cells.charts - classe
Chart - classe
ChartCollection