ExportToXls(Stream, PrintSizeMode)
|
stream, sizeMode
|
Exports a chart to the specified stream using the specified size mode in the XLS format.
|
ExportToXls(Stream, XlsExportOptions, PrintSizeMode)
|
stream, options, sizeMode
|
Exports a chart to the specified stream using the specified options and size mode in the XLS format.
|
ExportToXls(Stream, XlsExportOptions)
|
stream, options
|
Exports a chart to the specified stream using the specified options in the XLS format.
|
ExportToXls(Stream)
|
stream
|
Exports a chart to the specified stream in the XLS format.
|
ExportToXls(String, PrintSizeMode)
|
filePath, sizeMode
|
Exports a chart to the specified file using the specified size mode in the XLS format.
|
ExportToXls(String, XlsExportOptions, PrintSizeMode)
|
filePath, options, sizeMode
|
Exports a chart to the specified file using the specified options and size mode in the XLS format.
|
ExportToXls(String, XlsExportOptions)
|
filePath, options
|
Exports a chart to the specified file using the specified options in the XLS format.
|
ExportToXls(String)
|
filePath
|
Exports a chart to the specified file in the XLS format.
|