Back to Devexpress

ChartControl.ExportToHtml Method

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-dot-exporttohtml.md

latest1.3 KB
Original Source

ChartControl.ExportToHtml Method

NameParametersDescription
ExportToHtml(Stream, HtmlExportOptions)stream, optionsExports a chart to the specified stream in HTML format using the specified HTML-specific options.
ExportToHtml(Stream, String, String, Boolean)stream, htmlCharSet, title, compressedObsolete. 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, optionsExports a chart to the specified file path in HTML format using the specified HTML-specific options.
ExportToHtml(String, String, String, Boolean)filePath, htmlCharSet, title, compressedObsolete. Exports the chart’s layout to an HTML file with the specified encoding and title.