MSCHART 60 Documentation
-
Wednesday, October 17, 2007 5:04 PM
I have been trying to use the MSCHART60 control in VB.net 2003. I have the control installed and working, but I cannot find any documentation on the control. Can anyone point me in the right direction? Is there a better control (more modern) control to use for charting in vb.net? Thanks in advnace for your help.
Charlie
All Replies
-
Friday, October 19, 2007 3:08 AM
MSCHART60 Documentation
According to your question on MSCHART6.0 in VB.NET 2003, I would like to provide you the suggestions as follows:
1. Documentation issue: Please take a look at the following article on MSChart control in MSDN:
2. VB.NET charting issue:
The first thread is an example on the flow charting diagram with the answer provided by Zhi-Xin Ye - MSFT:
Flow charting diagram in vb.net (basic visio type of program) Create a drawing
The second thread is on some related links provided by spotty:
VB Chart
http://www.vbchart.com/?ac=AW2-VBNCG-4&gclid=CIH8jfHfx4wCFSm3hgodPiFYWAInfragistics
http://www.infragistics.com/hot/charting.aspx?gclid=CMvR56Dgx4wCFSDrYAod6kp-YQXceed
http://xceed.com/Chart_WinForms_Intro.htmlAlso you can use Excel automation to generate charts.
And if you do a web search on .NET and charting components you'll find a few free ones such as ones on code project.
Or if you really feeling brave you could write your own graph functionality using GDI
Hope that can help you.

