ChartDirector 7.0 (ASP/COM/VB Edition)

The First Windows Forms Project from Scratch


In the previous section The First Windows Project, we create a simple bar chart using codes from the sample VB project "VBChartDemo.vbp".

In this section, we will provide step by steps instructions on how to use ChartDirector in a Visual Basic project from scratch. After following these steps, you should create a VB project the same as the sample VB project in "[ChartDirector]\vbHelloWorld".

You may now press the start button to run the code.

Note that the above code is the same as that in the previous section The First Windows Project, except the variable "viewer" is replaced with the actual name of the control "ChartViewer1". Please refer to the previous version for detail explanation of the code.