Skip to main content

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(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.