Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Silverlight Chart [closed]

I would like to create an application that shows the history of disk usage.

I have already create a backend for geting data and now I would like to show this data in a line chart like this:

chart sample

As you can see, I get date (DateTime) and usage (int) foreach disk.

My question:

Which silverlight component/tools should I use, to show the charts?

I'm looking for a free solution that is easy to understand/use.

like image 431
Wolfy Avatar asked May 25 '11 07:05

Wolfy


3 Answers

There are a few options:

  • Visiblox, fast, high performance chart
  • Silverlight Toolkit a Microsoft chart, but a bit slow
  • Visifire, high performance chart with great looks and interactivity
like image 187
ColinE Avatar answered Nov 18 '22 16:11

ColinE


My recommendations is to use Visifire. Its easy to use and has simple XAML structure. Visifire does most of the work automatically like placing AxisXLabels in multiple rows, AxisLabels in angled form, and auto skipping of those labels if there is an overlap. Apart from it there are other great exciting features provided by Visifire like Indicator, Zooming etc.

Last but not the least, it is the high performance charting component.

http://www.visifire.com/high_performance_silverlight_examples.php

enter image description here

For more info, please check out the exhaustive documentation.

http://www.visifire.com/visifire_charts_gauges_documentation.php

like image 22
Vivek Avatar answered Nov 18 '22 15:11

Vivek


I would recommend you Silverlight Toolkit

see this and this for more details, sample code and sample charts

like image 1
Haris Hasan Avatar answered Nov 18 '22 17:11

Haris Hasan