[]
        
(Showing Draft Content)

C1.Win.Chart.FlexChartBase.SaveImage

SaveImage Method

SaveImage(Stream, ImageFormat, int, int)

Saves chart as image with to the specified stream.

Declaration
public void SaveImage(Stream stream, ImageFormat fmt, int w, int h)
Parameters
Type Name Description
Stream stream

Stream

ImageFormat fmt

Image format.

int w

Width of image.

int h

Height of image.

SaveImage(int, int)

Saves chart as image with specified width and height to the clipboard.

Declaration
public void SaveImage(int w, int h)
Parameters
Type Name Description
int w

Width of image.

int h

Height of image.

SaveImage()

Saves chart as image to the clipboard.

Declaration
public void SaveImage()