vote up 6 vote down star
3

What would you suggest for charts? Anyone has a preferred controls?

flag

78% accept rate

14 Answers

vote up 15 vote down check

Hi, the Microsoft Chart control is pretty awesome.

It's free, works with both ASP.NET WebForms and MVC in addition to working with Windows Forms.

Here's an example of a chart I did yesterday (saved as a PNG from the control) to show the results of CPU usage of the aspnet_wp process when using various compression types on an ASP.NET page's ViewState:

CPU usage

link|flag
Could you find a smaller picture? – Eibx Mar 12 at 14:19
lol, sorry - will resize. – Kieron Mar 12 at 14:24
That's better (: – Eibx Mar 12 at 14:27
vote up 1 vote down

Microsoft has published Chart controls. They look good and are free. Dundas Charts are used by Microsoft too (the Charts in SQL Server Reporting Services are from Dundas).

DotnetCharting looks stunning, but I've never used it.

link|flag
vote up 2 vote down

The recently released controls from Microsoft are amazing (Download Link, definitely my recommendation. They are based on the ones from Dundas so if you know those then you'll know the quality you get now from Microsoft (sounds a bit advertisingly).

link|flag
vote up 2 vote down

How extensive would you like to go?

For basic charting, I like this project, as it has source: http://www.codeproject.com/KB/custom-controls/webchart.aspx

If I needed serious charting, I would probably go for one of the following:

  • Infragistic's WebChart
  • Telerik's RadChart
  • ComponentArt's WebChart

I am sure there are other third party vendors. Of the three above, I might lean towards Telerik, but it is more from knowing who to talk to at Telerik than a known superiority of the control.

Oh, I almost forgot that Microsoft has new chart controls: http://tinyurl.com/5lqhes

link|flag
vote up -1 vote down

A quick google should answer that:

http://www.dundas.com/

http://www.telerik.com

http://www.dotnetcharting.com/

link|flag
I think the person is looking for informed opinions and not just marketing sales pitches. I like to think everyone here can go a google search but when they come here, they want first hand experience. – Tundey Mar 12 at 14:07
I refer you to your own answer: stackoverflow.com/questions/25921/… – Mitch Wheat Mar 12 at 14:19
Touche! 2 points for going through all my posts to find this one. But still I think a question like "what's ASP.NET" is way more general than "give me some recommendations for charting". – Tundey Mar 12 at 14:46
I didn't go through all your posts, I just picked one that looked suitable. – Mitch Wheat Mar 13 at 15:16
Would the downvoter please leave a comment. Thanks. – Mitch Wheat Sep 6 at 1:54
vote up 1 vote down

I have used Telerik for basic charting and it's not bad. Of course, it's not free. So you might want to investigate the Microsoft Chart Control first.

link|flag
vote up 1 vote down

I like ZedGraph - Mainly because It's Free, and LGPL.

link|flag
vote up 2 vote down

All those recommending Microsoft new Chart Control should know that it requires .NET 3.5 SP1. So while it's free and good looking, unless you are running .NET 3.5, you can't use it.

link|flag
vote up 3 vote down

DevExpress

They've got a great suite of controls for ASP.net including charts. Not expensive too!

Everything royalty free and also some nice reporting.

link|flag
vote up 1 vote down

Haven't tried the Microsoft chart. Personally I like the DevExpress chart controls

http://devexpress.com/Products/NET/Controls/Charting/.

Easy to use the designer and a good API if you want to create them through code.

link|flag
vote up 0 vote down

Fusion Charts

http://www.fusioncharts.com/

link|flag
vote up 0 vote down

The Google Chart API with a ASP.NET wrapper

link|flag
vote up 2 vote down

Is use Flot. It's interactive and doesn't require Flash.

link|flag
vote up 0 vote down

I am an active user of .net Charting which I find very useful and very powerful. The company I work for have purchased a license which I think is in the region of $1,000 (£670 UK pounds at the time of writing) but the development version with a watermark is unrestricted and free.

I find it very easy to use, intuitive and powerful and every conceivable option is customisable. I created a wrapper class to make it even easier to set up defaults and custom options so I found it relatively easy to provide a business case for the company to purchase a license.

As above the link to the website is here and they have a great gallery of example charts here.

I hope that helps, Ian.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.