Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I want to draw a circle chart with c# that has been rating(divide) into 100 part.and then Draw a Fill Pie (Slice) that user is determine.
for example if user determine 2,I want to Draw a Fill Pie with 2*3.6 degree.(because a circle with 360 degree has 100 slice with 3.6 degree)


But I do not know how do this,because FillPie function in c# only accept Int Parameters. and also do not specified degrees.

please help me.How I can do this??? Is WPF the only way to do this???

please help me....

Thank you.
Posted
Updated 10-Feb-12 4:11am
v2

1 solution

You convert between the values you have, and the format that winforms wants the values in, if you want to do this yourself. There's free charting libraries like Zedgraph, that you could just use.
 
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