Click here to Skip to main content
15,886,652 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am new for using MS Chart control. I need to customize Pie chart for displaying data as groups. Say I have 15 person's data for their salary. I need to display this data using group. Like 2 or 3 person have salary in range between 10K and 5 person have of 16K and similar can be thought of. I need to display only the range of salary. How can I achieve this using plain asp.net. I am not supposed to use any other support like MVC or google api kind of stuffs.

Please help me in this.

Thank in advance
Posted
Updated 16-Aug-12 19:40pm
v3

1 solution

The only advise I could give you based on the information is to read the documentation from Microsoft, they seem to have thought about the problem:
http://msdn.microsoft.com/en-us/library/dd489213.aspx[^]

Otherwise a quick search on google should suffice :)

It also helps a lot if you post some code were you have tried, as it woul dat the very least give us some indication on your level, and what we could do to help you with. :)
 
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