Search found 4 matches
Hi Narcis Thanks. I have downloaded the latest Active X to be sure I am up to date, but it seems the GetPaperRect () method is not exported, I can not use it in VS2005, as far as I can see. In one of my TeePreviewPanel.h files I see a comment that // method 'GetPaperRect' not emitted because of inva...
Hi Narcis Thanks for the PreviewMultiplaChartsDlg code. I want to combine the printing of several charts on one page with a header & footer text, as many others in this forum I saw. So I think I should use something like: void CPreviewMultiplaChartsDlg::OnAfterDrawTeepreviewpanel() { int x = m_Previ...
Printing
Hi What is 'the' recommended way to print and to preview more than one chart on a page, without running into problems with strange fonts, line sizes, etc. What is the recommended example I should study? I have read most of the questions/answers about printing, but after hours :shock: of reading and ...
- Fri May 18, 2007 12:50 pm
- Forum: VCL
- Topic: AddArray Question
- Replies: 1
- Views: 2428
AddArray Question
Hello We are developing an application to view physiological data. Because of the large amount of data we read samples from disk in buffers with typically 20-200 samples (XY points). I tried to use AddArray (following the example code) repeatedly in the same call to update the Chart but it seems tha...