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

HeatmapControl.ExportToImage Method

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