Anybody Aware of "AxMSChart20Lib"?
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,
Re: Anybody Aware of "AxMSChart20Lib"?
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.
Re: Anybody Aware of "AxMSChart20Lib"?
Where can i get that components?
Re: Anybody Aware of "AxMSChart20Lib"?
Re: Anybody Aware of "AxMSChart20Lib"?
Re: Anybody Aware of "AxMSChart20Lib"?
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
Re: Anybody Aware of "AxMSChart20Lib"?
Quote:
Originally Posted by Sahir
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.
Re: Anybody Aware of "AxMSChart20Lib"?
Quote:
Originally Posted by jmcilhinney
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.
Re: Anybody Aware of "AxMSChart20Lib"?
Re: Anybody Aware of "AxMSChart20Lib"?
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.
Re: Anybody Aware of "AxMSChart20Lib"?
Quote:
Originally Posted by Sahir
Cool. Thanks Sahir.