printing problems......

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
rbarioni

printing problems......

Post by rbarioni » Mon Jan 13, 2003 1:20 pm

Hello everyone..

i´m having some troubles when i try to print the charts....

when i print a bar chart, everything runs perfectly....but when i print a pie chart, it gets printed without a piece of itself.....

what could be happening??

thanx

David Gilbert

Re: printing problems......

Post by David Gilbert » Mon Jan 13, 2003 4:06 pm

I'm not sure. Thanks to the Graphics2D abstraction in Java, the same code is being used to draw charts on the printer and on the screen. Is the missing piece a band across the page, or some other shape?

Regards,

Dave Gilbert

rbarioni

Re: printing problems......

Post by rbarioni » Mon Jan 13, 2003 4:18 pm

no...

the missing piece is a part of the chart.....
it gets printed until, about, 65% of the chart......

the rest of it comes out blank......

Locked