Back to Devexpress

HeatmapControl.ExportToImage Method

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-dot-exporttoimage.md

latest1.0 KB
Original Source

HeatmapControl.ExportToImage Method

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