November 4th, 1999, 02:02 AM
anyone know how to use IE CHart? and who knows the exact address to download MSCHart2.0?
|
Click to See Complete Forum and Search --> : IE Chart November 4th, 1999, 02:02 AM anyone know how to use IE CHart? and who knows the exact address to download MSCHart2.0? Bill Brose November 4th, 1999, 08:42 AM I got iechart off the ActiveX control pad, which I downloaded via msdn.microsoft.com/workshop/misc/cpad/default.asp, then pasted in to a web page. It has default values, which you can change by directly editng the code. I have been able to change some of the values from a vbscript, but not others. What are you trying to do? November 5th, 1999, 03:16 AM i plan to display my data in a chart on my web page. but i find out that it is hard to use the MSChart2.0 activeX control as when we deploy it to a web server for downloading, the client which doesn't have visual basic or any visual studio product need to download certain DLL files so that it can work at the client side... which i dunno how to do.. cause the cab file of that control that i copy from the visual studio installation CD doesn't include it those DLL file.... so i plan to use IE Chart instead of MSCHart.. but i dunno how to use it... thanks for u info... good days.... Bill Brose November 5th, 1999, 02:14 PM I use iechart client-side, not server side. It appears as an object tag in your html code. If the client doesn't have this activex control on their machine, explorer automatically downloads it via the classid value in the object tag. You ought to be able to get it in to your web page to show a chart. The part I'm having trouble with is programming the chart data from a script in the page. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |