by
allistar >> Fri, 7 Mar 2003 6:15:58 GMT
Do you mean a three dimensional graph or a graph with multiple series? (Like sales for 2000 graphed next to sales for 2001?)
Assuming you are doing this in Jade (which is a fair assumption since this is a Jade newsgroup) I can give some pointers. It's easy to draw graphs in Jade by creating a Picture control on a form and using basic drawing methods on it, like:
drawLine
drawRectangle
drawTextAt
drawFillStyle
etc. (off the top of my head, the names may be slightly different to these).
Your best source of information on thie is the Jade help. Look under Jade References -> Window Classes -> Graphics properties and methods.
I have developed a flexible graphing solution in Jade that using this way. You can also print out these graphs embedded in you existing Jade reports.
Regards,
Allistar.
------------------------------------------------------------------
Allistar Melville
Software Developer, Analyst
allistar@silvermoon.co.nz
Auckland, NEW ZEALAND
Silvermoon Software
Specialising in JADE development and consulting
Visit us at:
http://www.silvermoon.co.nz ------------------------------------------------------------------