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(String, XlsxExportOptions) | filePath, options | Creates an XLSX file with a chart inserted as an image, with the specified options. |