hi,
i have several charts in my extjs4.0.7 application dashboard.
i want to generate a pdf report using the images of those charts
it seems that i cant do it with extjs so im considering using FusionCharts so before buying it i need to know:
is there a way to get the chart in order to include them in my report?
if so how to?
the ideal for me is to use it like this with itextsharp
MyImageStream = new MemoryStream();
myChart.SaveImage(MyImageStream);
my chart would be the chart object and it would be created with javascript