In This Topic
Saves the chart image to the provided stream using the specified image format.
Overload List
Overload | Description |
SaveImage(C1Chart,Stream,ImageFormat) | Saves the chart image to the provided stream using the specified image format. |
SaveImage(C1Chart,Stream,ImageFormat,Double,Double) | Saves the chart image to the provided stream using the specified image format with the specified horizontal and vertical resolution. |
SaveImage(C1Chart,Stream,BitmapEncoder,Double,Double) | Saves the chart image to the provided stream using the specified encoder with the specified horizontal and vertical resolution. |
See Also