PDA

Click to See Complete Forum and Search --> : How can i draw a line graph and output it in format of gif?


eric111
Jun 4th, 2001, 12:48 AM
I want to design a Active DLL component, which finish the function of drawing line-graph based on the data in database. I hope that the component can process the require and return a gif picture.

You can see the result in this url:
http://202.99.6.52/cgi-bin/KXStockLiner.dll?GetKLine?code=0542&cx=390&cy=300&am=1&an=KDJ&per=week

I also want this effect.
Can you help me?
Thanks very much!

PsychoMark
Jun 5th, 2001, 05:33 AM
Well, writing to GIF files is probably going to cost you some, since the GIF format is licensed or something...

The rest is just simply getting data and drawing some colored lines according to that data.