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

Chart Controls New to Telerik. Running Trail version

1 Answer 25 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
MOHANDOSS
Top achievements
Rank 1
MOHANDOSS asked on 20 Sep 2010, 03:06 PM
I'm new to Telerik controls. Two days back only I dowmloaded the control. I'm trying to create the report
I'm calling the Stored Procedure which will retrun Status Desc and the count
(Completed - 2 , Pending - 3 Inprocess - 5 Submitted - 10) I need to create the Chart to give overview of the status.

Dim

 

cmdSQL As SqlCommand = New SqlCommand("ExecutiveReportOverView", sqlcon)

 

cmdSQL.CommandType = CommandType.StoredProcedure

cmdSQL.Connection.Open()

 

Dim da As SqlDataAdapter = New SqlDataAdapter(cmdSQL)

 

 

Dim ds As DataSet

 

ds =

New DataSet

 

da.Fill(ds)

I tried the Following Statements for RadChart it doesn't work.

 

RadChart1.DataManager.DataSource = ds

RadChart1.DataManager.DataBind()

What should I do to get the values in the chart?

Thanks

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 23 Sep 2010, 12:25 PM
Hi MOHANDOSS,

Please, find a small example, showing this scenario in action.

Greetings,
Ves
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
Tags
Chart (obsolete as of Q1 2013)
Asked by
MOHANDOSS
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or