[]
        
(Showing Draft Content)

C1.WPF.C1Chart3D.C1Chart3D.SaveImage

SaveImage Method

SaveImage(Stream, ImageFormat)

Saves the chart image to the provided stream using the specified image format.

Declaration
public void SaveImage(Stream stream, ImageFormat imageFormat)
Parameters
Type Name Description
Stream stream
ImageFormat imageFormat

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.

Declaration
public void SaveImage(Stream stream, ImageFormat imageFormat, double dpiX, double dpiY)
Parameters
Type Name Description
Stream stream
ImageFormat imageFormat
double dpiX
double dpiY

SaveImage(Stream, BitmapEncoder, double, double)

Saves the chart image to the provided stream using the specified encoder with the specified horizontal and vertical resolution.

Declaration
public void SaveImage(Stream stream, BitmapEncoder encoder, double dpiX, double dpiY)
Parameters
Type Name Description
Stream stream
BitmapEncoder encoder
double dpiX
double dpiY