|
-
Jul 5th, 2000, 09:54 AM
#1
Thread Starter
Member
I've got some charts that I need on my page, but don't know how to get them there. They need to be line charts that derive their data from an Access database table. Does anyone know how to do this? Perhaps how to save out a chart in an Access report in VB and then just display the jpeg?
-
Jul 6th, 2000, 01:00 AM
#2
New Member
Dundas.com have developed a free PieChart Server component, and an expensive Chart component.
OR
Develop a component yourself using the Intel JPEG Library
http://www.vbaccelerator.com/codelib/gfx/vbjpeg.htm
I am sorry to say, but few months ago their was free component available for this purpose, but the guy who developed that component, changed his idea.
-
Jul 6th, 2000, 07:59 AM
#3
Thread Starter
Member
Thanks for your help. I was hoping that I didn't have to buy a component, but it looks like that's the way that it's going to have to be. Thanks though...
-
Jul 6th, 2000, 08:04 AM
#4
Addicted Member
do you need a bar chart?
if so, it can be done relatively easily in ASP by having simple gif or jpegs that are nothing but colored rectangles... then based on your data, you can resize and place these as required on your page.
i saw some code for it in one of my reference manuals...
/d8
Secret to long life:
Keep breathing as long as possible.
-
Jul 6th, 2000, 08:56 AM
#5
Thread Starter
Member
Actually I need line charts. I've seen the ones about bar charts, but I can't really use them (at least I don't know how to convert them to line charts if that's possible).
-
Jul 6th, 2000, 09:07 AM
#6
Addicted Member
sounds like you'll need a component.
Secret to long life:
Keep breathing as long as possible.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|