metodo add_floating_chart

add_floating_chart(type, left, top, width, height)

Aggiunge un grafico alla raccolta.

ritorna

Chart indice oggetto.

def add_floating_chart(self, type, left, top, width, height):
    ...
ParametroTipoDescrizione
typeChartTypeTipo di grafico
leftintL’offset x rispetto all’angolo
topintL’offset y rispetto all’angolo
widthintLa larghezza del grafico
heightintL’altezza del grafico

Guarda anche