[]
Saves the chart image to the provided stream using the specified image format.
public void SaveImage(Stream stream, ImageFormat imageFormat)
Type | Name | Description |
---|---|---|
Stream | stream | |
ImageFormat | imageFormat |
Saves the chart image to the provided stream using the specified image format with the specified horizontal and vertical resolution.
public void SaveImage(Stream stream, ImageFormat imageFormat, double dpiX, double dpiY)
Type | Name | Description |
---|---|---|
Stream | stream | |
ImageFormat | imageFormat | |
double | dpiX | |
double | dpiY |
Saves the chart image to the provided stream using the specified encoder with the specified horizontal and vertical resolution.
public void SaveImage(Stream stream, BitmapEncoder encoder, double dpiX, double dpiY)
Type | Name | Description |
---|---|---|
Stream | stream | |
BitmapEncoder | encoder | |
double | dpiX | |
double | dpiY |