Page tree
Skip to end of metadata
Go to start of metadata

Introduced in build 9.1

Overload

Description

SaveImage(String, ImageFormat)

 Saves a Chart as a specified image format at a specified file path. 

SaveImage(String, ImageFormat, int?, int?)

 Saves a Chart as a specified image format at a specified file path with the specified dimensions in pixels.

SaveImage(System.IO.Stream, ImageFormat)

 Writes a Chart to the specified stream as a specified image format. 
SaveImage(System.IO.Stream, ImageFormat, int?, int?) Writes a Chart as an image with the specified dimensions in pixels to the specified stream.
  • No labels