Skip to main content
A newer version of this page is available. .

ChartControl.ExportToHtml Method

Name Parameters Description
ExportToHtml(Stream, HtmlExportOptions) stream, options Exports a chart to the specified stream in HTML format using the specified HTML-specific options.
ExportToHtml(Stream, String, String, Boolean) stream, htmlCharSet, title, compressed Obsolete. Exports the chart’s layout to an HTML document with the specified encoding and title and sends it to the specified stream.
ExportToHtml(Stream) stream Exports the chart’s layout as HTML and sends it to the specified stream.
ExportToHtml(String, HtmlExportOptions) filePath, options Exports a chart to the specified file path in HTML format using the specified HTML-specific options.
ExportToHtml(String, String, String, Boolean) filePath, htmlCharSet, title, compressed Obsolete. Exports the chart’s layout to an HTML file with the specified encoding and title.
ExportToHtml(String) filePath Exports the chart’s layout a to the specified file as HTML.