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

Voir également