[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.GetMetafile

GetMetafile Method

GetMetafile(Size, EmfType)

Obtains an metafile of the current chart display using the specified size and type.

Declaration
public Metafile GetMetafile(Size sz, EmfType emfType)
Parameters
Type Name Description
Size sz

Metafile image size.

EmfType emfType

Metafile type.

Returns
Type Description
Metafile

Metafile of the current chart display.

GetMetafile(Size)

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

Declaration
public Metafile GetMetafile(Size sz)
Parameters
Type Name Description
Size sz

Metafile image size.

Returns
Type Description
Metafile

Metafile of the current chart display.

GetMetafile()

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

Declaration
public Metafile GetMetafile()
Returns
Type Description
Metafile

Metafile of the current chart display.