I have just tried out the demo samples and they look very fine and nice. I have only one problem with printing: charts fit to the A4 landscape or vertical page (OK) but quality is very poor and the image is so blurred that I cannot even read the scale ticks.
Where might this problem come from ? What can I do to fix it? Can I control printing in some way using the API or customizing any properties ?
Note that I am using jdk1.3 on windows 2000.
Thanks in advance.
Ciao Francesco
Printing quality
Re: Printing quality
Hi Francesco,
All I've done for printing in JFreeChart is grab the Graphics2D object from the printing API and draw the chart onto it. I haven't looked at the printing API in much detail, so I'm not sure if there is more that can be done to control quality, job size etc. If anyone has any suggestions, I'm happy to hear them...
Regards,
DG
All I've done for printing in JFreeChart is grab the Graphics2D object from the printing API and draw the chart onto it. I haven't looked at the printing API in much detail, so I'm not sure if there is more that can be done to control quality, job size etc. If anyone has any suggestions, I'm happy to hear them...
Regards,
DG