IExport.CopyToClipboardMetafile
IExport

procedure CopyToClipboardMetafile(Enhanced: WordBool);

Type Library
TeeChartx

Description
Copies the whole chart area to the clipboard in metafile format. You may specify either Windows Metafile (WMF) or Enhanced Metafile (EMF) using the boolean operator.

Example [Visual Basic]:

TChart1.Export.CopyToClipboardMetafile True

{ Enhanced Metafile = True }