Back to Devexpress

ChartControlBase.ExportToMht Method

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

latest2.1 KB
Original Source

ChartControlBase.ExportToMht Method

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