Quality charts ideas - asp.net

I'm currently developing an ASP.NET page report.
I am looking for a chart which display quality by grade on bar height.
I was wondering if you have any ideas for me as I have searched the web for few days now.

Microsoft Chart Control
Google Chart Tools (ajax)

SSRS rocks, Just have a try with this tutorial :
http://www.codeproject.com/Articles/13725/Getting-started-with-SQL-Server-Reporting-Services
http://msdn.microsoft.com/en-us/library/cc281302.aspx

Google has a very easy to use Chart API. You can use your ASP.NET page to gather the data and then render the chart using Google's API
Try this: http://imagecharteditor.appspot.com/
There are lots of other Javascript and Flash based charting libraries as well:
http://www.highcharts.com/
http://www.fusioncharts.com/

FusionCharts XT is the leading enterprise charting solution.
Check out their gallery - http://www.fusioncharts.com/demos/
They also provide integration with ASP.NET (C#) - http://docs.fusioncharts.com/charts/contents/?guide-for-web-developers/csnet/CS_BasicExample.html
They've provided tutorials on how to plot charts using a database too - http://docs.fusioncharts.com/charts/contents/?guide-for-web-developers/csnet/CS_DB.html
They provide HTML5 charts as well as Flash charts.
The chart portfolio contains over 90 charts and widgets, and 550+ maps.

Related

ASP.Net Chart controls Vs Highcharts

I want to develop a web dashboard in .NET. The backend will be Vb.NET. There are lot of chart controls in ASP.Net using which charts can be created. But as far as I know these charts wont be interactive. so I am thinking to use Highcharts. Please help me with your Suggestions. What is the best way to develop interactive dashboard in .NET?
Highcharts is a great product that is very easy to integrate in .NET.
For the page that needs a chart, you simply call a controller method that returns your data with Json and load that into the chart.
Here's a great tutorial: http://www.codeproject.com/Articles/820349/Highcharts-in-asp-net-using-jquery-ajax

Chat for Spring MVC webUI

I am required to show stacked bar chart in my web application. The application uses JSP with spring MVC and mysql as the backend. Please suggest any easy to use charting libraries that I can use. Just have 2 charts completely in the application and hence would be helpful to have a library that would be simple to use and render in my application via my controller api.
Thanks in advance
Well, what you really need is probably a JavaScript library, and your choice will depend on which base library you choose. I have used Dojo in the past, but have recently settled on jQuery. I think jqChart has a stacked bar chart, if I am not mistaken. I am sure there are some open source libraries for jQuery that do charting as well.
Your other option is to generate the chart as an image and post it on your page using straight img tags, but I think that's not a very optimal way of doing things now a days.

Charts generator framework from ASP.NET to HTML5

I'm working in an ASP.NET environment and i'm searching a framework (better if it is open source) which generate INTERACTIVE charts on server side. Since i have to publish this project also for mobile, i'm searching something that produces charts in HTML5.
Anyone could give me a suggestion or links about it?
Thank's so much
Marco
Try out Highcharts .Net (sample website) or DotnetHighcharts. Both are C# wrappers written around the Highcharts charting library.
The original library is in javascript, but both these projects are based entirely on C#, and you dont need to write any javascript code to get charts working. Both have sample projects, in case you are interested, although I think Highcharts .Net is more feature-complete if i'm not mistaken..
If you are looking to use MVC, DotnetHighcharts is the way to go, but if you intend to use webforms, Highcharts dot net handles viewstate for the charts so state management is no longer a headache for you..
It's not exactly what you are looking for, but might fulfil your requirements.
Have to checked out Google Chart Tools? Not to be confused with their infographics api or image charts api.
They will generate HTML5 etc dependant on what browser is used.
And can be considered semi-server-side I suppose, it will generate a portion the markup on Google's server side (n.b. not your server side), though I guessing this will depend on what chart is rendered as some charts will probably be mostly client side. However for any interactive chart a certain amount of clientside technology will be used anyway.
So I suppose it depends on if you mean server-side you mean it is essential it runs on your own server. Running on Google's infrastructure does give you the advantages of a CDN etc so it might outway the need of running on your own server.
You can use Syncfusion HTML5 chart control for your requirement. You can create chart with interactive features such as highlight date points, tooltip, exploded pie, etc., in ASP.NET environment .
Also, The HTML5 chart is using element for chart rendering. So, it is providing effective Client side interaction to the chart control. Please refer the below online document and sample link for HTML5 chart.
Documentation Link:
http://help.syncfusion.com/User%20Interface/ASP.NET/Chart%20in%20HTML5
Sample Link:
http://asp.syncfusion.com/demos/ui/chart/HTML5%20Chart/ChartAdvUserInteraction/HighlightDemo/CS/HighlightDemo.aspx
If you are interested in a commercial tool, I highly recommend Highcharts. We are using it in our commercial application. The pricing model is good--we evaluated it against FusionCharts--and it is very feature-rich, interactive.
Although commercial, you can use Highcharts under a CC license for everything except for-profit commercial apps.
its old link, But Amcharts are good option too. i used with webform and mvc applications and worked great for me.
You can use Shield UI HTML5 chart library, that will suit your requirement. I have tried it in ASP.NET environment and performs pretty well. For some examples please refer hereL https://demos.shieldui.com/aspnet/aspnet-chart/drill-down

Dynamic pie chart creation in .net

I want to create a pie chart in my asp.net web site.The chart should get the values from database and generate a pie chart as well.
Please help me ,how do i get this.
Thanks in advance.
I would say have a look at the Asp.Net Charting control. New ASP.NET Charting Control - ScottGu . The samples found in that post are quite detailed and cover numerous chart types.
There are plenty of charting components you can use in ASP.NET, including free ones.
For server-side rendering I can recommend ASP.NET Charting from Microsoft (formerly Dundas Charts)
For client-side rendering you can use HighCharts or AmCharts (requires flash).
I recommend Fusion Charts. Ive implemented it in my project. Its easier to implement and is also very professional.
There is also a helper for Fusion Charts with Asp.Net (webforms and mvc)
Here a sample for a Pie Chart:
http://liberofusioncharts.codeplex.com/wikipage?title=Single%20Series%20Chart,%20adding%20data%20by%20DataSource&referringTitle=Home
Project site: http://liberofusioncharts.codeplex.com/

Silverlight based charts and graphs in an asp.net 3.0 application

I wanted to build visually stunning graphs and charts ( with some animation, drill-down and interactivity in it) in an existing asp.net application.
The application is build using vs 2008.
I have two questions...
Which version of Silverlight will be best suited for this (v3 or v4) ?
What is the best option to create Charts and Graphs and embed it within the existing asp.net application ?
Note: I wanted to use Silverlight based charts only.
Do you have a specification that says you must use silverlight? I would suggest using Highcharts its an amazingly awesome javascript based charting library.. Its really easy to use and has a TON of charts!
I have started using visifire. It offers really amazing charts and graphs and even we can even play with its code. It is also well supported by the visifire developer community.

Resources