Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
my table contain 3 feild
empId, language, question
1 ,java ,which language did you like?
2 ,c# ,which language did you like?
3 ,java ,which language did you like?
4 ,Sql , which language did you like?
5 ,java , which language did you like?
6 ,c# , which language did you like?

above is table contain same question
on the count of language we want to create chart

x-xasis =language
y-xasis =count base on launguage
Posted
Updated 9-Mar-15 6:41am
v2

1 solution

You can understand how we can create a bar chart using this example this may help you


Bar Chart[^]
 
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