to_image yöntemi
to_image(file_name, options)
Sparkline’ı görüntüye dönüştürür.
def to_image(self, file_name, options):
...
Parametre | Tip | Tanım |
---|---|---|
file_name | str | Görüntü dosyası adı. |
options | aspose.cells.rendering.ImageOrPrintOptions | görüntü seçenekleri |
to_image(stream, options)
Sparkline’ı görüntüye dönüştürür.
def to_image(self, stream, options):
...
Parametre | Tip | Tanım |
---|---|---|
stream | io.RawIOBase | Görüntü akışı. |
options | aspose.cells.rendering.ImageOrPrintOptions | Görüntü seçenekleri. |
Ayrıca bakınız
- modül aspose.cells.charts
- sınıf Sparkline