Click to See Complete Forum and Search --> : Anybody Aware of "AxMSChart20Lib"?
saravanan_article
February 26th, 2006, 10:47 PM
Hi, Im trying to use the namespace AxMSChart20Lib namespace and AxMSChart class to create charts on my windows form. I can use to tools to drag a AxMSChart object onto my form but i dont really know how to do anything with it.
I can't find documentation anywhere including MSDN. Is anyone familiar with the class, or know any documentation for it?
Cheers,
jmcilhinney
February 27th, 2006, 01:38 AM
I'd actually recommend NPlot or ZedGraph for charting. They are both free .NET components, unlike that ActiveX control you're trying to use. All else being equal, avoid COM in .NET if you can.
saravanan_article
February 27th, 2006, 01:42 AM
Where can i get that components?
jmcilhinney
February 27th, 2006, 01:57 AM
You can Google.
hansipet
February 27th, 2006, 01:57 AM
http://netcontrols.org/nplot/wiki/index.php?n=Main.DownloadArea
http://zedgraph.sourceforge.net/
Sahir
February 27th, 2006, 02:16 AM
You could also use Office Web Components Chart Control. You don't need to have Office installed to use it. Can be downloaded separately. See this post (http://www.codeguru.com/forum/showpost.php?p=1332974&postcount=6)
jmcilhinney
February 27th, 2006, 03:20 AM
You don't need to have Office installed to use it. Can be downloaded separately.Are you sure about that? I've had a look on MSDN and can't find place to download it or any mention that it is available separately.
Sahir
February 27th, 2006, 05:26 AM
Are you sure about that? I've had a look on MSDN and can't find place to download it or any mention that it is available separately.
Yes. Very much. I shall find the link and post it here.
Sahir
February 27th, 2006, 06:35 AM
Download Office 2002 Web components (http://www.microsoft.com/downloads/details.aspx?FamilyID=982B0359-0A86-4FB2-A7EE-5F3A499515DD&displaylang=en)
Download Office 2003 Web Components (http://www.microsoft.com/downloads/details.aspx?FamilyID=1192dea9-cf5c-4dd7-8505-8074745a6d11&DisplayLang=en)
exterminator
February 27th, 2006, 06:58 AM
Infragistics chart controls were also good.. but I am not sure if its better that the ones that have been mentioned above as I have worked with this one only and not them. And I don't think it is for free. Regards.
jmcilhinney
February 27th, 2006, 07:16 AM
Download Office 2002 Web components (http://www.microsoft.com/downloads/details.aspx?FamilyID=982B0359-0A86-4FB2-A7EE-5F3A499515DD&displaylang=en)
Download Office 2003 Web Components (http://www.microsoft.com/downloads/details.aspx?FamilyID=1192dea9-cf5c-4dd7-8505-8074745a6d11&DisplayLang=en)Cool. Thanks Sahir.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.