PDA

View Full Version : Printing a chart


TheSmile
02-21-2007, 07:56 AM
Hi,
I was trying to print the OL chart but I only get a black bar that is propably 14px high and an 8th of the page long.

I know that the chart is still in beta state but is there any way to print it?

Thx for the help,
TheSmile

TheSmile
03-12-2007, 05:31 AM
Ok,
here's the thing.

As I'm loading my data for the chart on runtime, it needs some time to be created.

To print it I'm instantiating another class of my view (this has some cliping reason). The printing dialog poped up right away and didn't wait till the chart was loaded so I gave it a 2 second timer before I fire the print event.

TheSmile