CopyToClipboard method

Applies to

TPlot

Declaration

procedure CopyToClipboard(Flags: TPlotCopyFlags=[pcmPage, pcmPoints, pcmLines, pcmSerie, pcmLabel]); public

Description

Procedure CopyToClipboard should be used to copy plot elements to the clipboard. Flags parameter determine what elements will be copied.

pcmPage - copy whole page as metafile;

pcmSerie - copy Serie object data;

pcmPoints - array of selected points (or all points if selection is invisible) of current serie; actual point coordinates are used;

pcmLines - as well as for pcmPoints, but array of data items copied (this flag assumes that items are TRealData);

pcmLabel - copy selected TPlotLabel object (if any);

pcmUseTabs - Tab character used as number delimiter within the line.

Notice that both text and binary TRealData formats are used for data.