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