Hello Basundhara,
Thanks for your response.
Actualy I am now able to save the image in JPEG/PDF/PNG formats.The problem was with the swf file locations reference.I previously had hardcoded the layouts folder location in my code as "C:Program Files....LayoutsFusion ChartsFCExporter.swf".Later I changed this location as "http:servername_layoutsFusion ChartsFCExportedr.swf". and now am able to save the image in all three formats.
I currently need help in generating a graph with multiple grouping from the following data
ID
Status
Priority
Year
1
Not Started
high
2008
2
Not Started
medium
2008
3
Testing
High
2008
4
In Progress
High
2008
5
Testing
Medium
2008
6
Not Started
Low
2008
7
Not Started
Low
2008
8
Testing
High
2008
9
Testing
High
2008
10
In Progress
Medium
2009
11
Testing
Medium
2009
12
Not Started
Low
2009
13
Not Started
Low
2009
14
Testing
High
2009
15
Testing
High
2009
16
In Progress
Medium
2009
With the above data, I am now able to group by Status and Year column.i.e. I am showing the status on X Axis, 'Year' coulmn as series and display the count on Y Axis
In the above graph I need to further display the Priority count for each status.(For e.g. Out of 12 NotStarted items in the year 2008- the first blue bar in the above graph, 6 with High priority, 4 with Medium priority and 2 with Low priority).How to depict this in the graph?
Thanks
Shilpa