I'm using D2007 with TeeChart Pro v2016.18 .160504 32bit VCL. Running on Windows 10.
I have created a Tdashboard form with a ChartPreviewer connected and a print button that just does ChartPreviewer1.Execute;
The chart looks fine in the previewer but when I print it renders the dashboard into a small square top left of the paper.
Is there a fix for this please?
Dashboard not printing correctly.
Re: Dashboard not printing correctly.
Attached is the demo project I'm using to test various options out.
- Attachments
-
- TDashBoard.zip
- Demo project and compiled exe.
- (10.63 KiB) Downloaded 1573 times
Re: Dashboard not printing correctly.
Hello,
Using a virtual pdf printer I get this result with TeeChart v2016.18 that seems to be what you are reporting:
However, with the current sources I get this:
Which is not perfect because the gradients aren't supported in the export to pdf, but it works much better.
So the next maintenance release should fix this issue.
Using a virtual pdf printer I get this result with TeeChart v2016.18 that seems to be what you are reporting:
However, with the current sources I get this:
Which is not perfect because the gradients aren't supported in the export to pdf, but it works much better.
So the next maintenance release should fix this issue.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Dashboard not printing correctly.
Thank you - when might the next maintenance release be available please?
Re: Dashboard not printing correctly.
Hello Nick,
Since you are a source code customer I can send you the affected units so you can extract them to your "Sources" folder overriding the v2016.18 units and rebuild the packages with TeeRecompile.
I'll send you a mail with the patch.
Since you are a source code customer I can send you the affected units so you can extract them to your "Sources" folder overriding the v2016.18 units and rebuild the packages with TeeRecompile.
I'll send you a mail with the patch.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Dashboard not printing correctly.
Thank you - the dashboard charts now print correctly BUT there are no titles either for the charts or the dashboard.
Re: Dashboard not printing correctly.
Hello,
I see your titles use a white font. Note the printing routine sets a white background. So try changing your font color.
I see your titles use a white font. Note the printing routine sets a white background. So try changing your font color.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Dashboard not printing correctly.
Doh! Sorry, I didn't spot that. Thank you.