User-845805365 posted
HI all,
i am facing some issue with drawing a 3d pie chart.
i am trying to do somethign like this
http://www.codeproject.com/KB/web-image/3dpiechart.aspx
i am not good in mathematics.
from the example above,
}
else // Draw normally
objGraphics.FillPie(objBrush, x, y, width,
height, startAngle, sweepAngle);
i know the starting x and y coordinate, strart angle and sweep angle.
my intention is to write something like
- J# Users : 5%
- C# Users : 80%
- VB.NET Users : 15%
j#,C#,vb.net in the middle of each arc....
this has to be dynamic. in the above ezxample(link) its not dynamic.. where a specific angle is iven(45 degreee). but my requirement is to get it done depending upon the percentages....
How can i do that....

