Search found 2 matches

by CHCantu
Tue Jun 18, 2013 4:33 pm
Forum: VCL
Topic: Recomended way to export image to bigger size
Replies: 2
Views: 3149

Re: Recomended way to export image to bigger size

Thank you! WMF seems the way to go. But for now, I'm just scalling the Chart component to the desired image size before drawing it to a bitmap, and it seems to be working fine, even when the size is bigger than the form (or even the screen) size.
by CHCantu
Fri Jun 14, 2013 8:07 pm
Forum: VCL
Topic: Recomended way to export image to bigger size
Replies: 2
Views: 3149

Recomended way to export image to bigger size

Hello! I have several TDBCharts in a form, and I need to export the charts image to JPG files with bigger width/height than the chart canvas in the form. What is the recommended way to export the image in such situation, to avoid losing quality due to "bitmap" scaling? Those images will be presented...