Maths - Pie charts

PhilBayley

Well-known member
Joined
Jan 10, 2003
Messages
69
Location
UK
I am trying to create 3d pie charts and explode them as I need. Is anyone really good at maths or know a book that I could get to give me the algorithms that I will need.

I know c# has GDI functions to create pies and I can do the basics in this but I need to make it 3d and look brilliant.

Hope someone can help

Phil

:D
 
Unless you have a lot of time to spend on this, Id suggest using a 3rd party control. There are many graphing controls, most costing under $500 (small cost if buying for use in professional projects, very expensive if for personal use :)).

If you really want to do it yourself, be prepared to do a lot of planning on what features you want (exploding pie is a big feature, but a lot more code) and design it out first. You did say you wanted it to be brilliant, right?

-Nerseus
 
Thanx Nerseus,

I am a pro developer and concidered the option of buying a third party product but we will get into big licensing costs when we distribute our product. The coding isnt a problem but finding the correct info to generate maths and graphics like that is a big part of writing the code. It looks like I will have to keep looking to the info I need.

Cheers
 
Originally posted by PhilBayley
... but we will get into big licensing costs when we distribute our product.
How so? I think you should have no problem finding a 3rd party charting vendor that has a royalty free distribution licensing structure. They wouldnt sell much if it were all on a per-seat basis.
 
Back
Top