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ètreTaperDescription
typeChartTypeType de graphique
leftintLe décalage x par rapport au coin
topintLe décalage y par rapport au coin
widthintLa largeur du graphique
heightintLa hauteur du graphique

Voir également