Back to Devexpress

SankeyDiagramControl.ExportToImage Method

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

latest1.1 KB
Original Source

SankeyDiagramControl.ExportToImage Method

NameParametersDescription
ExportToImage(Stream, ImageExportOptions)stream, optionsExports the Sankey Diagram Control as an image to a stream. The export settings passed as a parameter are used.
ExportToImage(Stream)streamExports the Sankey Diagram Control as an image to the specified stream.
ExportToImage(String, ImageExportOptions)filePath, optionsExports the Sankey Diagram Control as an image to a file. The export settings passed as a parameter are used.
ExportToImage(String)filePathExports the Sankey Diagram Control as an image to the specified file.