Hello,
Does anybody know how to default the print settings for a chart so they are set to print in Landscape mode.
For example, is there a way to do:
chart.setPrintModeOrientation(LANDSCAPE);
Many Thanks In Advance:
Alex
Default Print Setting ?
Re: Default Print Setting ?
Hi Alex,
At the moment, the ChartPanel just takes the default page format. You could subclass and override the createChartPrintJob() method to use something else.
Regards,
Dave Gilbert
At the moment, the ChartPanel just takes the default page format. You could subclass and override the createChartPrintJob() method to use something else.
Regards,
Dave Gilbert