Skip to main content
All docs
V25.1
  • 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.