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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

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