[flexcoders] Re: Printing Chart

2007-11-23 Thread monkeeeh
Thanks for helping. I had many problems but now it works. Messing up with multidimensional arrays etc.. But still I have question. Is it possible to rotate chart before printing? because I have multipage printing and allmost all pages are portrait but i want to rotate barchart so barchart is

[flexcoders] Re: Printing Chart

2007-11-22 Thread monkeeeh
Please someone tell me how to print chart! I know that you know.

[flexcoders] Re: Printing Chart

2007-11-22 Thread Mark
Looks like you may be sending it too soon. Here's my code for a barChart that should work for a pie as well. Try reacranging the code a bit and see what happens. Let us know how it goes. Mark public function printSnapshotArea():void { var printDJob:FlexPrintJob = new FlexPrintJob();