add_floating_chart méthode
add_floating_chart(type, left, top, width, height)
Ajoute un graphique à la collection.
Retour
Chart indice 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 au coin |
top | int | Le décalage y au coin |
width | int | La largeur du graphique |
height | int | La hauteur du graphique |
Voir également
- module aspose.cells.charts
- classe Chart
- classe ChartCollection