Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyDiagramControl.ExportToImage Method

Name Parameters Description
ExportToImage(Stream, ImageExportOptions) stream, options Exports the Sankey Diagram Control as an image to a stream. The export settings passed as a parameter are used.
ExportToImage(Stream) stream Exports the Sankey Diagram Control as an image to the specified stream.
ExportToImage(String, ImageExportOptions) filePath, options Exports the Sankey Diagram Control as an image to a file. The export settings passed as a parameter are used.
ExportToImage(String) filePath Exports the Sankey Diagram Control as an image to the specified file.