Visual Basic is the Microsoft sponsored, event-based, programming language that supports the .NET and .COM programming models. Since Visual Basic is component-based, software developers are able to create advanced programs in a rapid manner by re-using predefined components in Visual Basic. A common task for Visual Basic developers is to create a graph with Visual Basic to display data to the end user. Private Sub Command1_Click() Chart.Column = 1 Chart.Data = 1500 Chart.Column = 2 Chart.Data = 3000 Chart.Column = 3 Chart.Data = 4500 End Sub Writer Bio
