PlotCopyModes enumeration lists possible values of the Mode
parameter of IDMPlot.CopyToClipboard
and IDMPlot2.PasteFromClipboard methods.
| Name | Value | Description |
| pcmPage | 0 | Copy whole plot page as metafile |
| pcmPoints | 1 | Copy points within selection as X,Y |
| pcmItems | 2 | Copy all item data from selected points |
| pcmSerie | 3 | Copy CurrentSerie object |
| pcmAll | 4 | Copy all data |
| pcmLabel | 5 | Copy selected label (if any) |