Back to Devexpress

ChartControlBase.ExportToXlsx Method

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

latest2.1 KB
Original Source

ChartControlBase.ExportToXlsx Method

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