astrocybernaute

Is It Possible To Use Charts With Itextsharp (Javascript And C#)

Recommended Posts

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

Edited by astrocybernaute

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

FusionCharts leverages JavaScript (HTML5) and Flash to create stunning data visualizations unmatched by conventional server-side components. As it works with both XML and JSON data, it can be integrated with any server-side technology (ASP, ASP.NET, PHP, JSP, ColdFusion and Ruby on Rails etc.) and database.

 

Be it a simple column or pie chart, a combination chart, advanced zoom & scroll charts or specialized sales & marketing charts, FusionCharts covers all your charting requirements. All the charts support interactive options like tooltips, drill-down, exporting as image/PDF/CSV and JavaScript integration.

 

To know more about integration of FusionCharts and JavaScript, please visit : http://docs.fusionch...S_Overview.html

 

Hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now