[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.SaveImage

SaveImage Method

SaveImage(string, ImageFormat, Size)

Saves an image of the chart to the specified file in the specified format of the specified size.

Declaration
public void SaveImage(string Filename, ImageFormat ImgFmt, Size sz)
Parameters
Type Name Description
string Filename

Image file name.

ImageFormat ImgFmt

Image format.

Size sz

Image size.

SaveImage(string, ImageFormat)

Saves an image of the chart to the specified file in the specified format.

Declaration
public void SaveImage(string Filename, ImageFormat ImgFmt)
Parameters
Type Name Description
string Filename

Image file name.

ImageFormat ImgFmt

Image format

SaveImage(Stream, ImageFormat, Size)

Saves an image of the chart to the specified stream in the specified format of the specified size.

Declaration
public void SaveImage(Stream stream, ImageFormat ImgFmt, Size sz)
Parameters
Type Name Description
Stream stream

Stream for image output.

ImageFormat ImgFmt

Image format.

Size sz

Image size

SaveImage(Stream, ImageFormat)

Saves an image of the chart to the specified stream in the specified format.

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

Stream for image output.

ImageFormat ImgFmt

Image format.

SaveImage(ref byte[], ImageFormat, Size)

Saves an image of the chart in a Byte array in the specified format of the specified size.

Declaration
public void SaveImage(ref byte[] ByteArray, ImageFormat ImgFmt, Size sz)
Parameters
Type Name Description
byte[] ByteArray

Byte array for image output.

ImageFormat ImgFmt

Image format.

Size sz

Image size.

SaveImage(ref byte[], ImageFormat)

Saves an image of the chart in a Byte array in the specified format.

Declaration
public void SaveImage(ref byte[] ByteArray, ImageFormat ImgFmt)
Parameters
Type Name Description
byte[] ByteArray

Byte array for image output.

ImageFormat ImgFmt

Image format.

SaveImage(ImageFormat, Size)

Saves an image of the chart to the clipboard using the specified size and the specified format.

Declaration
public void SaveImage(ImageFormat imgfmt, Size sz)
Parameters
Type Name Description
ImageFormat imgfmt

Image format.

Size sz

Image size.

SaveImage(ImageFormat)

Saves an image of the chart to the clipboard using display size.

Declaration
public void SaveImage(ImageFormat ImgFmt)
Parameters
Type Name Description
ImageFormat ImgFmt

Image format.