This is a migrated thread and some comments may be shown as answers.

Using RadChart with WCF RIA Services

1 Answer 103 Views
Chart
This is a migrated thread and some comments may be shown as answers.
GEB
Top achievements
Rank 1
GEB asked on 08 Feb 2010, 05:39 PM
I an using RadChart to show simple counts in chart form.  The data is stored in SQL Server 2008, and I'm looking for the most efficient means of populating counts using RIA Services to access the data.  Because of the large number of records, I would prefer that the counts be calculated on the server.  For example, I would like to retrieve the number of product orders for each month in the past 12 months, then use RadChart to chart the total count for each of the 12 months.  There could be 1000's of orders per month.  Any recommendation?

1 Answer, 1 is accepted

Sort by
0
Bartholomeo Rocca
Top achievements
Rank 1
answered on 11 Feb 2010, 09:26 AM
Hello GEB,

I believe RadChart databinding logic works with any IEnumerable ItemsSource so there is nothing specific about feeding the control with data from RIA service call (i.e. it would be the same as feeding the data to any databound control).

Here are some nice materials on WCF RIA to get you started:


Greetings,
Bart.
Tags
Chart
Asked by
GEB
Top achievements
Rank 1
Answers by
Bartholomeo Rocca
Top achievements
Rank 1
Share this question
or