I displayed the percentage in ASP.NET Chart Control(PieChart).. But, When my mouse hovers on the chart, It has to Show the total Values instead of percentage value.. I tried several thing, but the Chart accepts only X and Y axis parameters, so my efforts are going waste..
I have a data table like
Name Percentage Count
xxx 10% 1
yyy 40% 4
zzz 50% 5
I wanted to bind name and percentage column to asp.net pie chart as x and y value member and count column i wanted to show as tooltip of pie chart presently am not able to bind the 3rd column in tooltip