Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,
I am using VS 2010.I am new to this (AJAX RAD Controls/AJAX RAD Charts).I am having an xml file having 3 tables.Now my requirement is to plot a Stacked bar Chart dynamically retrieving values from different tables.Kindly help me out.

I have retrive values from different table into One Datatable named "ValuesToDisplay"
C++
05:30  06:00  06:30  07:00  07:30  08:00  08:30  09:00  09:30  10:00  
 01     02     01     04     04     02     03     04     03     05     
 02     04     01     04     05     03     01     04     01     01     
 03     03     02     02     01     04     02     02     03     05    

Now on X-axis should be the Time(ie 05:30 ......) and on Y-axis the values(ie 1 2 ...). Graph should be in this format:
C++
10 |
9  |            ___
8  |           |   |
7  |           | 3 |
6  |     ___   |___|
5  |    |   |  |   |         and so on ......................
4  |    | 3 |  | 4 |   ___
3  |    |___|  |   |  | 2 |
2  |    | 2 |  |___|  |___|
1  |    |___|  | 2 |  |_1_|
0  |____|_1_|__|___|__|_1_|______________________________________     
        05:30  06:00   06:30  07:00 07:30 08:00 08:30 09:00 09:30 
Posted
Updated 21-Feb-11 1:12am
v4
Comments
Sunasara Imdadhusen 21-Feb-11 5:58am    
Did you try before?
Albin Abel 21-Feb-11 6:33am    
hmm, you have drawn a chart here with hard work. Instead you may upload the chart picture in some public places and give the link here would be enough :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900