[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.GetImage

GetImage Method

GetImage(Size)

Obtains an image of the current chart display using the specified size.

Declaration
public Image GetImage(Size sz)
Parameters
Type Name Description
Size sz

Image size.

Returns
Type Description
Image

Image of the current chart display.

GetImage()

Obtains an image of the current chart display.

Declaration
public Image GetImage()
Returns
Type Description
Image

Image created by an enhanced metafile of the chart.

GetImage(ImageFormat, Size)

Obtains an image of the current chart display using the specified format and size.

Declaration
public Image GetImage(ImageFormat imgfmt, Size sz)
Parameters
Type Name Description
ImageFormat imgfmt

Image format.

Size sz

Image size.

Returns
Type Description
Image

Image of the current chart display.

GetImage(ImageFormat)

Obtains an image of the current chart display using the specified format.

Declaration
public Image GetImage(ImageFormat imgfmt)
Parameters
Type Name Description
ImageFormat imgfmt

Image format.

Returns
Type Description
Image

Image of the current chart display.