Page 1 of 1

Printing Quality

Posted: Sat Aug 19, 2006 1:34 pm
by 9640767
Hello All,

please advise me the best way to printing charts. Now I have following stuation
1) I put TeeChart (2.0.2306.26232) on form (WinForm, C#)
2) The form is included several text objects besides the chart
3) I need to print that form with chart and other objects

now I do it in this way
1) adjust form to A4
2) make a screenshot, as a result I have non-compressed BMP
3) I draw this BMP on printer context

The problem is that the result quality is 72 dpi, but I need 600 dpi.

Is there any opportunity to force chart draw direct on printer context in specified location without any transformation ?

I would appreciate any ideas..

Thanks.

Posted: Fri Aug 25, 2006 9:26 am
by Marjan
You coud export/create chart to metafile and pass it to printer Canvas.