

Its drag-and-drop functionality makes developing code simple, even for programmers with limited experience. While all of these frameworks have gained popularity, Visual Basic is still extremely beneficial. Since its release in 1988 as Microsoft Visual Basic 6.0, the language has given way to Visual Studio.Net, Visual Basic.NET, and Visual Basic for Applications. Additionally, Virtual Basic also offers syntax that is more straightforward and connected to a database. With its help, coders can create prototypes of applications before writing them in a more efficient but difficult language. That is why it's referred to as a RAD or rapid application development system. Series Navigation Creating Graph with VB.Microsoft intended to make the language easy to master and support fast coding. You see the chart with two series as you created. Then, click OK to close the Series Collection Editor windows. Repeat step 7-9 again on “ Series2” with YValues as you want.Note: These values are example values, you may use any value as you want. Then, click OK to close the DataPoint Collection Editor window. Repeat step 8 to add two more DataPoint object with values “ 20” and “ 30” repectively.On DataPoint Collection Editor, click Add and assign a value “ 10” to the YValues property in the newly created DataPoint object.On Series Collection Editor, select “ Series1” in the Members area and click the Points collection property.Select Series1 and click the ellipsis button on Points collection. But there is not any data on the chart so I will add some example data point on each series. You will see “ Series2” has been added to the collection. On Series Collection Editor, click Add.On Chart Properties, click the Series collection. On Chart Properties, you see an empty chart with a default series, “ Series1“.Verify that its check box is checked and click OK. You see Chart control has been added to.The default location isĬ:\Program Files\Microsoft Chart Controls\Assemblies and select .dll. Browse to the location where you have installed Microsoft Chart Controls.Right-click on the Toolbox window and select Choose Items.

Note: If you does not see the Chart control in the Toolbox, you need to perform these steps below: On Toolbox window, drag a Chart control from the Data category to the Windows Form.Type the name of the project as “ SampleBasicChart“. Create a new VB.NET’s Windows Application. Install the requirement software as stated on the Requirement section.Step-by-step to create basic chart on VB.NET Microsoft Chart Controls for Microsoft.NET Framework 3.5 Service Pack 1 from Microsoft website. I use Microsoft Visual Studio 2005 as IDE. On this post, you will learn how to create a basic chart on Windows Form Application with VB.NET. Creating Graph with VB.NET, Part 3: Data Binding Chart to Database.

