Printing custom draw items from TeePreviewPanel
Printing custom draw items from TeePreviewPanel
Should the TeePreviewPanel.Print command print the custom drawn items that I put on the preview "paper'? If not how do I go about printing these item? I have multiple charts on the paper and have text under each chart (not in the chart itself). I am using Delphi 2005 and TeeChart Pro V7.04. Thanks for any help on this.
OnAfterDraw event
Ok, I found the answer, it just wasn't obvious (to me at least). The OnAfterDraw event gets called when printing as well as for drawing on screen. I can now move forward.