Saves an chart image of the specified format and size to the specified stream.
Overload List
| Overload | Description |
| SaveImage(Stream,ImageFormat,Size) | Saves an chart image of the specified format and size to the specified stream. |
| SaveImage(Stream,ImageFormat) | Saves an chart image of the specified format to the specified stream. |
| SaveImage(Byte[],ImageFormat,Size) | Saves an chart image of the specified format and size to the specified byte array. |
| SaveImage(Byte[],ImageFormat) | Saves an chart image of the specified format to the specified byte array. |
| SaveImage(ImageFormat,Size) | Saves an chart image of the specified format and size to the clipboard. |
| SaveImage(ImageFormat) | Saves an chart image of the specified format and display size to the clipboard. |
| SaveImage(String,ImageFormat,Size) | Saves an chart image of the specified format and size to the specified file. |
| SaveImage(String,ImageFormat) | Saves an chart image of the specified format and display size to the specified file. |
See Also