Printing Quality

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
nikitenko@dataart.com
Newbie
Newbie
Posts: 21
Joined: Mon Mar 27, 2006 12:00 am

Printing Quality

Post by nikitenko@dataart.com » Sat Aug 19, 2006 1:34 pm

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.

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Fri Aug 25, 2006 9:26 am

You coud export/create chart to metafile and pass it to printer Canvas.
Marjan Slatinek,
http://www.steema.com

Post Reply