Skip to main content
A newer version of this page is available. .

ChartControl.ExportToXlsx Method

Name Parameters Description
ExportToXlsx(Stream, XlsxExportOptions) stream, options Creates an XLSX document with a chart inserted as an image and sends it to a stream, with the specified options.
ExportToXlsx(Stream) stream Creates an XLSX document with a chart inserted as an image and sends it to a stream.
ExportToXlsx(String, XlsxExportOptions) filePath, options Creates an XLSX file with a chart inserted as an image, with the specified options.
ExportToXlsx(String) filePath Creates an XLSX file with a chart inserted as an image.