Click here to Skip to main content
15,895,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Sql Table Containing Companies
and count of Employees.
I want to fetch the Count and Name of
Companies and to show this in line Charts/Bar graphs.
How can I achieve this.Please Help any ideas.
working with charts and DataBase values.
Posted
Comments
__TR__ 17-Dec-12 5:44am    
Your question is not clear. Are you saying you want to retrieve the count of employees and the corresponding company name from your query ?
Karwa_Vivek 17-Dec-12 5:47am    
No I want that how to show the graph of strength of Employees and corresponding to company name .how i should link the values with graph. i mean in X axis name of company and in Y axis number of employees

try this link[^]

here you can find download project option, and check that example
 
Share this answer
 
I know a project that can export data from database to Excel and generate 13 types of charts, you can give it a try:
https://exportdata.codeplex.com/[^]
http://www.dotnetspark.com/kb/3716-fast-export-data-from-database-to-excel.aspx[^]
 
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