[]
        
(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)
Public Sub SaveImage(stream As Stream, fmt As ImageFormat, w As Integer, h As Integer)
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)
Public Sub SaveImage(w As Integer, h As Integer)
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()
Public Sub SaveImage()