4
Answers

displaying data in pie chart

Photo of sandeep sandy

sandeep sandy

9y
824
1
Hi,
I had a column in database named "Status" it shows only the two values pending or solved based on the count it should display the percentage of pending and percentage of solved ,
 
Thanks in advance 

Attachment: Untitled.zip

Answers (4)

1
Photo of Nilesh Joshi
NA 113 12 9y

Hello,

As per the PNG posted,Pie char has two pie areas Pending andResolved. Two get to those values you would needs tocalculate the percentage of each one of those tickets based on the status on the table.

Getthose two numbers and plot a pie based on the same.
for ASP.NET Charting, you can take a look at following links:
you shall find ton of information on the same.
Hope that helps
0
Photo of sandeep sandy
NA 18 7.8k 9y
Hello Mr .Roha actually I'm new to asp.net in my table I had columns like id,ticket no,issue,status can u plz solve it as I requirement shown in the image in zip file,thanks
0
Photo of Munesh Sharma
105 17.2k 6.2m 9y
http://www.c-sharpcorner.com/UploadFile/0c1bb2/pie-type-chart-in-Asp-Net/
-1
Photo of Nilesh Joshi
NA 113 12 9y
Hi,
Zip contains only png file which shows the required output. What is the development stack you are using? Please explain what issue you are facing?