Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Dear All

Please tell me how to display an sql server table into a chart control in asp .net



Thank you
Posted
Comments
Pheonyx 28-May-14 4:45am    
What have you tried? Where are you stuck?
SubhashRokzzz 28-May-14 4:51am    
I have a table.The query is
select CorporateName,SUM(claimedAmt) as Claimed,SUM(RejectedAmt) as Rejected ,SUM(PayableAmt) as Payable from amtDetails group by CorporateName.
I would like to display the whole table in a stacked chart according to Corporate name.(ie Each tab in the graph will represent different corporate names from the table and each corporate name tab will be divided into rejected,payable and claimed amounts

thank you
syed shanu 29-May-14 1:25am    
Imrpove your questions and comments its not clear be more specific in your requirement.
To create Stacked chart you can use MS Chart chk this link.
http://stackoverflow.com/questions/15254704/how-to-use-asp-net-chart-control-for-2d-bar-chart

1 solution

 
Share this answer
 

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