to_image method
to_image
Converts a sparkline to an image.
def to_image(self, file_name, options):
...
Parameter | Type | Description |
---|---|---|
file_name | str | The image file name. |
options | aspose.cells.rendering.ImageOrPrintOptions | The image options |
to_image
Converts a sparkline to an image.
def to_image(self, stream, options):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The image stream. |
options | aspose.cells.rendering.ImageOrPrintOptions | The image options. |
See Also
- module
aspose.cells.charts
- class
Sparkline