Question: Need a code in visual basic, pictures and explanation would be very helpful. (using visual studio) Problem: In this lab you will create a graphing
Need a code in visual basic, pictures and explanation would be very helpful. (using visual studio)



Problem: In this lab you will create a graphing program that will allow a user to graph a parabola by entering the appropriate function parameters and graph the function. We will use the Microsoft Chart control for the graph. The user can also set the x- and y-axis bounds and the number of points used to graph the function. PART A First, create the interface in Visual Basic .NET. Place a TabControl on your form that has three tabs. One tab should be used for selecting the graph type and providing the parameters of the equation. A second tab is used for selecting the x- and y-axis bounds. The final tab is used for displaying the graph. Figure 1 shows an example of what sample program looks like when running. Recall that a parabola is of the form y ax2 bx c. LE Graphlt DUX Graphlt Ya Window Graph r- Window Graph Ya Window Graph Parabola Xmin 10 y- a 2 10 10 Ymin 10 Ymax 10 10 Dala Points 20 Figure 1 Sample program images
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
