Back to Devexpress

ChartControlBase.ExportToHtml Method

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

latest2.1 KB
Original Source

ChartControlBase.ExportToHtml Method

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