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

Simple WCF DataBinding with Charts

3 Answers 56 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Chris Thierry
Top achievements
Rank 1
Chris Thierry asked on 23 Jun 2010, 09:16 PM
I'm trying to find a simple example for creating a chart connecting to a database.
I checked the example using datacontext and linq but I don't want to use them, I just want to use a simple WCF service, I'm not able to find a good example. Could you please tell me where can I find it?

I need a BarSeries chart that brings me total charges by month for different providers

I'm using radcontrols for silverlight with VS2010 and Silverlight 4.0

Thank you.

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 24 Jun 2010, 06:41 AM
Hi,

 On this demo the chart is bound to simple WCF Data Service.

Greetings,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Chris Thierry
Top achievements
Rank 1
answered on 25 Jun 2010, 02:10 PM
I already saw this example, is the only way?, is there any other example without datacontext and linq?, just a simple WCF service
Thank you.
0
Accepted
alan
Top achievements
Rank 1
answered on 30 Jun 2010, 10:45 AM
Chris, the chart will bind to any IEnumerable. If your service returns IEnumerable you will be able to bind the chart directly.
Tags
Chart
Asked by
Chris Thierry
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Chris Thierry
Top achievements
Rank 1
alan
Top achievements
Rank 1
Share this question
or