[]
Saves the chart image to the provided stream using the specified image format.
public static void SaveImage(this C1Chart chart, Stream stream, ImageFormat imageFormat)
| Type | Name | Description |
|---|---|---|
| C1Chart | chart | |
| 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 static void SaveImage(this C1Chart chart, Stream stream, ImageFormat imageFormat, double dpiX, double dpiY)
| Type | Name | Description |
|---|---|---|
| C1Chart | chart | |
| 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 static void SaveImage(this C1Chart chart, Stream stream, BitmapEncoder encoder, double dpiX, double dpiY)
| Type | Name | Description |
|---|---|---|
| C1Chart | chart | |
| Stream | stream | |
| BitmapEncoder | encoder | |
| double | dpiX | |
| double | dpiY |