README.md

December 5, 2022 ยท View on GitHub

Plotting graphs using simple VB code

Description

This code is meant for beginners who want to learn how graphs can be plotted using VB code only

More Info

Equation of the graph will be required in the form of y->x

DrawGraph function does all the stuff, you need to call it in an event. Function needs a picturebox (for plotting graph on), a textbox (to enter equation) and script control (provided in the folder, but may need re-referencing, just browse it as ActiveX)

Calculates values of Y based on similated values, which are converted to co-ordinates and then plotted

SpeedMark variable is used to set the quality and speed of plotting. If set too high, the program might appear as if it is hung.

Submitted On2005-05-15 17:46:44
ByHamman Samuel
LevelBeginner
User Rating5.0 (10 globes from 2 users)
CompatibilityVB 6.0
CategoryGraphics
WorldVisual Basic
Archive FilePlotting_g1888625162005.zip