ChartControl.ExportToMht(Stream, String, String, Boolean) Method
OBSOLETE
This method is now obsolete. You should use the Export
Exports the chart’s layout to an MHT document (Web archive, single file) on the specified path, with the specified title and sends it to the specified stream.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object to which the created MHT document is exported. |
html |
String | A String which specifies the encoding name set in the MHT file (e. |
title | String | A String which specifies the name shown as the title of the created MHT document. |
compressed | Boolean | true to compress the MHT code (secondary characters e. |
#Remarks
This method is now obsolete. Instead, use the ChartControl.ExportToMht method with the options parameter.