multichart to 1 page pdf export?
Posted: Tue Mar 21, 2017 11:14 pm
I tried something similar to the example above and it works. I'm using TChart 2015 ocx, ActiveX.
I added a TeePreviewPanel at Design time to a blank CDialog. I then added N charts onto the PreviewPanel at runtime and placed them relative to each other.
How can I give the user the option to select a printer so that he/she can select a pdf file to print or any other printer? i.e. I want to display the Print Previewer from a button on the CDialog.
PreviewPanel->PrintPage() prints a page to the default printer without letting the user select the printer.
Any help will be appreciated.
I added a TeePreviewPanel at Design time to a blank CDialog. I then added N charts onto the PreviewPanel at runtime and placed them relative to each other.
How can I give the user the option to select a printer so that he/she can select a pdf file to print or any other printer? i.e. I want to display the Print Previewer from a button on the CDialog.
PreviewPanel->PrintPage() prints a page to the default printer without letting the user select the printer.
Any help will be appreciated.