How to create 'magic quadrant' style chart using ASP.Net? - asp.net

Do you guys know of an ASP.Net chart control I can use to create Gartner's Magic Quadrant-style charts?
I also want bubble sizes to reflect the market volume for each data point.
As we are on a tight schedule, we do not have the option of rolling out our own custom solution.

The ASP.NET Charting Control provides advanced charting graphs. Scott Gu provided a really nice overview along with valuable links.
If you are familiar with Dundas, you will find the FREE ASP.NET Charting Control is very similiar to MS's offering. Why? Microsoft acquired Dundas Data Visualization Intellectual Property in April 2007 and is integrating this technology in different Microsoft products.
Review Scott Gu's post and Download the Microsoft Chart Controls Samples project to see what ASP.NET Charting Control can do. I also recommend looking at the Gallery at Dundas too.
Best of luck.

Related

Is there any better controls then MS chart controls

Currently i am using Microsoft charting controls to show reports in my website. but i am fed of them as these controls are not interactive and very heavy to load. I have used SSRS but didn't not find it user friendly. is there any better alternative and free to use. please suggest.
You can use Zed-graph and best interactive chart control is google api u can refer this link https://developers.google.com/chart/interactive/docs/gallery and you can refer http://girlfromoutofthisworld.com/tag/charts/

Quality charts ideas

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.

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/

applications using ribbon

We're looking for applications that implemented the ribbon control just to see how developers other than MS Office team used this control. I tried googling a bit but the list is still short. Can you guys refer me to some good projects that are using the ribbon control the right way?
Thanks,
MR
Microsoft offers some samples if you're looking for implementation details. Or are you looking more for design ideas?
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2bfc3187-74aa-4154-a670-76ef8bc2a0b4&displaylang=en

WPF Ribbons: Comparison of Microsoft, DevExpress or Fluent?

In the new WPF application we write, we will be using DevExpress controls suite, and will have a Ribbon.
Currently, the options I see are:
Microsoft - The vendor's offer, probably will get into the library on the next release
DevExpress - The controls library we know and love
Fluent - Open-source, got generally good recommendations
How do the different available ribbon controls compare? What features are / are not supported?
Fluent Ribbon here!
The Microsoft one lacks good support
Update:
Please vote on the Microsoft UserVoice site about the buggy Ribbon control:
https://visualstudio.uservoice.com/forums/121579-visual-studio-ide
Fluent Ribbon is I believe a great choice if you're looking to customize the styling of your ribbon. For example, Microsoft's Ribbon control has had theme options removed and is now only shipped with a single theme.
From my experience, Fluent Ribbon is not so great at design time building in Visual Studio, but in all other areas is superb. It is Open Source so can be customised to your needs and, coupled with MahApps Metro package, you can have complete Metro-styled applications with ease. Below is a screenshot of a sample application made with Fluent.Ribbon, using its 'Office 2013' theme.
Other commercial Ribbons are available and offer more features (such as three-state visibility, as show below in a screenshot from Outlook 2013)
I would advise making a list of all the features you require from the Ribbon control before deciding which one to use and whether a paid commercial Ribbon makes sense for your scenario. In your case, you already have access to DevExpress, so perhaps that may be your best choice.
I believe one of the most used is the Microsoft one.
Microsoft's Ribbon library (October 2010) does not work well with non standard DPI settings. And it's design time support is not good.
Comparing to Microsoft one, I personally think Actipro Ribbon is a better choice. It has EXCELLENT design time support, and works well with non standard DPI.
I have not tried any other Ribbon library yet.

Resources