Page 1 of 1

question about radar series .....

Posted: Wed Jul 12, 2006 5:52 am
by 9524211
hello...

about version 7.0.0.8

I use "GetPrinter()->PrintPartialHandle()" to print and display rader series chart.. if displaying screen, it apply to 'Circled' property.
but, printing printer, not apply to 'Circled' property... and output like ellipse..

and.. saving native, 'inside' property not saved ...

reply quickly ...

Posted: Sun Jul 16, 2006 11:01 am
by Pep
Hi,

this is a known problem, and it's added on our bug list for a while now. The whole problem is on screen ratio is not fully respected (because some circles are adjusted to fit in specific rectangle). We are aware of this problem and will try to find a better solution for the next maintenance releases.

In meantime, the best workaround could be to export to bitmap or Metafile and use Windows API methods to print the image out.

The key point is your printer drawing rectangle has the same proportions as original chart. If this is obeyed, then the circles will be round when printed too.