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

ChartControl.ExportToXls Method

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