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):
...
Parametro | Tipo | Descrizione |
---|---|---|
type | ChartType | Tipo di grafico |
left | int | L’offset x rispetto all’angolo |
top | int | L’offset y rispetto all’angolo |
width | int | La larghezza del grafico |
height | int | L’altezza del grafico |
Guarda anche
- modulo aspose.cells.charts
- classe Chart
- classe ChartCollection