méthode to_image
to_image(self, file_name, options)
Convertit un graphique sparkline en image.
def to_image(self, file_name, options):
...
Paramètre | Taper | Description |
---|---|---|
file_name | str | Le nom du fichier image. |
options | aspose.cells.rendering.ImageOrPrintOptions | Les options d’image |
to_image(self, stream, options)
Convertit un graphique sparkline en image.
def to_image(self, stream, options):
...
Paramètre | Taper | Description |
---|---|---|
stream | io.RawIOBase | Le flux d’images. |
options | aspose.cells.rendering.ImageOrPrintOptions | Les options d’image. |
Voir également
- module
aspose.cells.charts
- classe
Sparkline