MS Charts for a Line Graph?
I've looked around, I can't find much documentation on Line Graphs using the MS Chart Addon for VB2008.
Whenever I add the "chart" control (which seems to be the only new one in the property browser) a Bar Graph appears.
I'd like to create a line graph rather than a bar graph, I don't see an option to change the kind of graph it displays. I'm sure I'm missing something simple, since I've seen people able to create their line graphs almost immediately after installing the control.
Thanks for the help guys. :afrog:
Re: MS Charts for a Line Graph?
Download the samples pack and use it for coding reference. You should fine example for a line chart in there.
http://code.msdn.microsoft.com/mscha...ReleaseId=1591
Re: MS Charts for a Line Graph?
Quote:
Originally Posted by
stanav
Thanks for the advice. The code seemed to be in c#, and while this is easy for someone with an amount of coding experience, it is not for me. Are there any vb.net examples you can think of?