Commercial C# chart controls - cross technology
As part of a project, I need to evaluate some commercial C# chart components. I am looking for feature rich components that support zooming/panning, can handle real time updates and maybe even produce events for things like double clicking on a point.
I'd prefer components that can be used across technologies in case I need to move from WinForms to WPF.
Looking around stackoverflow and googling a bit I have the following list:
- DevExpress
- Infragistics
- Component One
- Telerik
- Visifire
- SilverLight
- YWorks/YFiles
- VisiBlox
- SoftwareFX
- Gigasoft
Please Note: I'm only looking for suggestions of component producers here, I'm not looking for opinions on which is best a开发者_如何学编程s I will need to decide that based on some testing strategy to ensure the right fit for my solution.
There is also one very well supported called xceed
Look for "charts" on the website.
to further elaborate my previous comment above,
my suggestion is to check the online demo of DevXpress XtraChart (works basically everywhere: WinForms, WebForms, SL, WPF, ASP.NET MVC...).
if you feel it satisfies all your needs you could go for it, I used it and I am very happy with it and with the whole DevXpress product suite.
Telerik version seems to have much less chart types, especially in the MVC implementation.
ChartFX of SoftwareFX is the most complete and powerful, result of years of investment and development from that company and it locates itself way above all the others.
精彩评论