Overload | Description |
---|---|
SaveImage(Stream,ImageFormat) | Saves the chart image to the provided stream using the specified image format. |
SaveImage(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(Stream,BitmapEncoder,Double,Double) | Saves the chart image to the provided stream using the specified encoder with the specified horizontal and vertical resolution. |