Choosing charts controls library
I am looking for easy customizable charts. For example, i need to do this chart
And this:
And many other.
So...What is best开发者_JAVA百科 technplogy, flash, silverlight(on server side asp.net WebForms), js. Is it good idea to write own chart conrols without based on exists controls?
I can't think of anything that meets your needs exactly, there are a ton of charting controls out there. But, I reckon you should go with a javascript library because of iOS limitations on Flash and Silverlight.
Write your own? No way, unless that's your core business. Perhaps modify an open source one or suggest to a vendor that you'll buy theirs if they implement a critical feature for you (or help you with it).
I've used HighCharts and there are plenty of other JS ones out there. I would also look at amCharts as I've heard good things about them and they have WPF, Silverlight and JS options.
HighCharts and amCharts are not free. amCharts seems localisable too.
I wouldn't build it unless it is your core business. I also believe that Silverlight gives your user a rich-experience that is unmatched in other technologies.
You could easily product that chart using Telerik Controls. Matter of fact, they have a wide variety of charts including this one that you can play around with. You may want to start with this page and click the "Other Chart Examples" drop down to see what they have to offer.
精彩评论