Back to Devexpress

SankeyDiagramControl.ExportToHtml Method

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeydiagramcontrol-dot-exporttohtml.md

latest1.1 KB
Original Source

SankeyDiagramControl.ExportToHtml Method

NameParametersDescription
ExportToHtml(Stream, HtmlExportOptions)stream, optionsExports the Sankey Diagram Control to a stream in HTML format with the specified export settings.
ExportToHtml(Stream)streamExports the Sankey Diagram Control in HTML format to the specified stream.
ExportToHtml(String, HtmlExportOptions)filePath, optionsExports the Sankey Diagram Control to a file in HTML format with the specified export settings.
ExportToHtml(String)filePathExports the Sankey Diagram Control in HTML format to the specified file.