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.
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.
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.