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