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