Good Silverlight 4.0 chart / graph component? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI've been using the Silverlight Toolkit but I'm finding the quality lacking; in particular this memory leak / phantom point bug renders the Chart component completely unusable.
Can anyone recommend a开发者_如何学JAVA good chart / graph component for Silverlight 4.0? I'm looking for one that provides:
- multiple simultaneous series, both scatter and line
- multi-select of points
- configurable tool-tips
- automatic axis scaling
- real-time update of data
That last point sounds trivial but is tripping up the Silverlight Toolkit Chart; if you rapidly change the axis range, it sometimes leaves phantom points behind in addition to the points it should be displaying.
Take a look at Visifire. It supports all the above requested features.
You could try Visiblox.
(Disclaimer: I work for the company that develops it, but not on that team)
You could take a look at the Data Visualization suite offered by Infragistics. I'm not really a big fan of Infragistics but I have been impressed with some of their charting components.
http://samples.infragistics.com/sldv/ComponentOverview.aspx?cn=data-chart
精彩评论