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

bind data to chart

1 Answer 57 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
beytullah
Top achievements
Rank 1
beytullah asked on 21 Feb 2011, 09:21 AM
Hi people, 

I'm new at this forum, so I hope I post this in the right place. I have a database with several data in. I want to select a data in database with dropdownlist. When you select the value in ddl, the selected data should come to chart.... My example;
 - Database: ProblemDescription,
 - My Tables:  ID, Name, Department, Problems, Description, Date, Hour

I show the items of Department in dropdowlist, what I want is; when you choose a department you must see the Problems in Xaxis and I count the items in Yaxxis. My query; SELECT Department, Problems, COUNT(*) AS totalProblems FROM tblProblemDescription GROUP BY Department, Problems
Does anyone show me a way how to solve this problem with databinding in RadChart.

1 Answer, 1 is accepted

Sort by
0
Bartholomeo Rocca
Top achievements
Rank 1
answered on 23 Feb 2011, 11:53 AM
Hello Beytullah,

Have you checked the RadChart databinding help articles here http://www.telerik.com/help/aspnet-ajax/buildingdatabind.html -- it is a nice place to get you started with the concepts of populating the control with data.


Greetings,
Bart.
Tags
Chart (Obsolete)
Asked by
beytullah
Top achievements
Rank 1
Answers by
Bartholomeo Rocca
Top achievements
Rank 1
Share this question
or