Page 1 of 1
Export chart to image is not clear
Posted: Sun Feb 01, 2009 12:30 pm
by 9527011
Hi,
Export chart to image is not clear.
Please review the uploaded file "ExportReportTo image.JPG".
Once export to imgae (jpg), the resolution seems to be changed and not as displayed in the UI.
Thanks you for your input.
Wissam[/quote][/url]
Posted: Mon Feb 02, 2009 11:42 am
by narcis
Hi Wissam,
Have you tried setting image's dimensions before exporting?
Code: Select all
TChart1.Export.asJPEG.Width = TChart1.Width
TChart1.Export.asJPEG.Height = TChart1.Height
If this doesn't help please send us a simple example project we can run "as-is" to reproduce the problem here and let us know the TeeChart version you are using.
Thanks in advance.
I have added a zip file called : Studio_tee.zip
Posted: Wed Feb 18, 2009 1:21 pm
by 9527011
Hello,
Back to the same case with the resolution.
The zip file includes a small project that allow to load a teechart file. Here are instructions to see the problem.
1. Load the project and run it.
2. Load teechart
3. Open properties page
4. Go to save and save the teechart with size 600x400
Best Regards,
Wissam
Oblicore
Posted: Wed Feb 18, 2009 2:56 pm
by yeray
Hi Wissam,
Forcing the size to be 600x400 the result image is this and has 96ppp of resolution:
And leaving the default size (760x415) this is the result again with 96 ppp:
We are not sure to understand the problem you have. We only see a size difference between the two images.