Can someone help me..i want to make pie graph...like graph in which will be disribute circle according to values
Greg Harris
Ranch Hand
Joined: Apr 12, 2001
Posts: 1012
posted
0
i wrote a similar program in c++ last year... it was supposed to display a regular clock with an hour hand and a minute hand. i will have to send the code when i get home tonight, but here is the idea: first draw the circle and then draw a line from the center point to a point on the circumference of the circle. i cannot remember the exact formula at the moment, but it has something to do with the (pi * radius ^2) formula. if you do not have an answer by the time i get home then i will send you that part of my code.
what?
Stephanie Grasson
Ranch Hand
Joined: Jun 14, 2000
Posts: 347
posted
0
Aayush, You could try something like this:
Hope this helps. Stephanie
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.