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

Create bar and Pie Charts

1 Answer 63 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 10 Jan 2013, 03:01 PM
I am in the process of taking all my Sql reports in sql reporting and moving to Telerik reporting.  Went to it becuase it was easy but its hard to maintain another server.  So what I would like is help in developing my first chart.  what I need to do is pull my information from a database and then rotate through it to add my data.  My first chart is pretty simple I need to create the side lengend based on amount of personnel it pulls from the database and then create a legend based on if they had have certain reviews done on them.
Annual
Ready
Not COmpleted

These should be in bar chart to show this.  My question is how to do this.  Are these seperate series or one series, i don't get the linog on the asp.net side.

How can i rotate through my datatable to get all this.

<telerik:RadChart ID="RadChart1" runat="server" Width="500px" >
            <Legend>
                <Items>
                
                </Items>
            </Legend>
        </telerik:RadChart>

Select Total, Readiness, Annual, NoComplete from #TempCount

So total would be the bar charts left legend for total # of personnel subdivided into 20 personl incriments,
then you would have 3 bars Readines, Annual and noComplete.

1 Answer, 1 is accepted

Sort by
0
MasterChiefMasterChef
Top achievements
Rank 2
answered on 14 Jan 2013, 05:31 PM
Hi Kevin,

It seems like you need assistance binding data from an Sql data source onto a RadChart. Hopefully this demo can be of assistance to you. The source code is available at the bottom of the page.

Good luck,
Bart
Tags
Chart (Obsolete)
Asked by
Kevin
Top achievements
Rank 1
Answers by
MasterChiefMasterChef
Top achievements
Rank 2
Share this question
or