Back to Devexpress

ChartControlBase.ExportToXls Method

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrolbase-dot-exporttoxls.md

latest2.1 KB
Original Source

ChartControlBase.ExportToXls Method

NameParametersDescription
ExportToXls(Stream, PrintSizeMode)stream, sizeModeExports a chart to the specified stream using the specified size mode in the XLS format.
ExportToXls(Stream, XlsExportOptions, PrintSizeMode)stream, options, sizeModeExports a chart to the specified stream using the specified options and size mode in the XLS format.
ExportToXls(Stream, XlsExportOptions)stream, optionsExports a chart to the specified stream using the specified options in the XLS format.
ExportToXls(Stream)streamExports a chart to the specified stream in the XLS format.
ExportToXls(String, PrintSizeMode)filePath, sizeModeExports a chart to the specified file using the specified size mode in the XLS format.
ExportToXls(String, XlsExportOptions, PrintSizeMode)filePath, options, sizeModeExports a chart to the specified file using the specified options and size mode in the XLS format.
ExportToXls(String, XlsExportOptions)filePath, optionsExports a chart to the specified file using the specified options in the XLS format.
ExportToXls(String)filePathExports a chart to the specified file in the XLS format.