to_image method
to_image(self, file_name, options)
Converts a sparkline to an image.
def to_image(self, file_name, options):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | System.String | The image file name. |
| options | aspose.cells.rendering.ImageOrPrintOptions | The image options |
to_image(self, stream, options)
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