Hi,

I have Flex graph (area chart) which runs as a portlet in portal
application.

I have implemented the print functionality to print the graph. But
when it gets printed on paper i have the below problems:

1. Graph width is not getting printed 100%. Its getting cut.
2. Heightwise Its getting printed on the top-left corner on the paper.

How can i get the complete graph width printed on the paper. And the
position of graph should be in middle of paper(or little bit down in
the paper).

I am using below code to invoke print:

var fpj:FlexPrintJob = new FlexPrintJob();
fpj.addObject(ChartContainer,FlexPrintJobScaleType.NONE);
fpj.send();

I tried all the options available with FlexPrintJobScaleType like,
MATCH_HEIGHT
MATCH_WIDTH
SHOW_ALL

Let me know if any idea!!!
Thanks in advance....



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to