TCustomTeePanel.CopyToClipboardMetafile
TCustomTeePanel
procedure CopyToClipboardMetafile(Enhanced: Boolean); overload;
Unit
TeeProcs
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:
// Enhanced Metafile = True
Chart1.CopyToClipboardMetafile(True);