Aspose::Cells::Charts::Sparkline::ToImage method

Sparkline::ToImage(const U16String&, const ImageOrPrintOptions&) method

Converts a sparkline to an image.

void Aspose::Cells::Charts::Sparkline::ToImage(const U16String &fileName, const ImageOrPrintOptions &options)
ParameterTypeDescription
fileNameconst U16String&The image file name.
optionsconst ImageOrPrintOptions&The image options

See Also

Sparkline::ToImage(const char16_t*, const ImageOrPrintOptions&) method

Converts a sparkline to an image.

void Aspose::Cells::Charts::Sparkline::ToImage(const char16_t *fileName, const ImageOrPrintOptions &options)
ParameterTypeDescription
fileNameconst char16_t*The image file name.
optionsconst ImageOrPrintOptions&The image options

See Also

Sparkline::ToImage(const ImageOrPrintOptions&) method

Converts a sparkline to an image.

Vector<uint8_t> Aspose::Cells::Charts::Sparkline::ToImage(const ImageOrPrintOptions &options)
ParameterTypeDescription
streamconst ImageOrPrintOptions&The image stream.

See Also