11

I'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 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.

AnthonyWJones
  • 187,081
  • 35
  • 232
  • 306
Duncan Bayne
  • 3,870
  • 4
  • 39
  • 64

3 Answers3

7

Take a look at Visifire. It supports all the above requested features.

enter image description here

Vivek
  • 1,823
  • 1
  • 19
  • 39
gammelgul
  • 3,450
  • 1
  • 20
  • 16
5

You could try Visiblox.
(Disclaimer: I work for the company that develops it, but not on that team)

Andrew Aylett
  • 39,182
  • 5
  • 68
  • 95
1

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

Myles J
  • 2,839
  • 3
  • 25
  • 41