| Unit: | SDL_rchart |
| Class: |
TRChart |
| Declaration: |
[1] procedure CopyToClipboardDAOnly (BlkWhite: boolean);
[2] procedure CopyToClipboardDAOnly (BlkWhite, IncludeCrossHairs: boolean); |
The method CopyToClipboardDAOnly copies the data area of RChart into the Windows clipboard. The chart is stored as a black-and-white copy if the parameter BlkWhite is set to TRUE. The currently visible crosshairs are only copied if IncludeCrossHairs is set to TRUE.
| Hint: |
In contrast to CopyToClipboard CopyToClipboardDAOnly copies only the data area (not including the scale region). |
|