dotnetCHARTING Send comments on this topic.
SaveImage Method
See Also 
dotnetCHARTING Namespace > FileManager Class : SaveImage Method



Saves a MemoryStream in the TempDirectory with the format set in chart.ImageFormat chart control.

Overload List

OverloadDescription
SaveImage(MemoryStream,Boolean) Saves a MemoryStream in the TempDirectory with the format set in chart.ImageFormat chart control.  
SaveImage(MemoryStream) Saves a MemoryStream in the TempDirectory with the format set in chart.ImageFormat chart control.  
SaveImage(Bitmap,Boolean) Saves a Bitmap in the TempDirectory and displays it in the chart control.  
SaveImage(Bitmap) Saves a Bitmap in the TempDirectory and displays it in the chart control.  

See Also