Continious graph

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • itsbunty07
    New Member
    • Feb 2008
    • 3

    Continious graph

    How can i make a contionous graph(grapf of function) in VB.Net?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    All you need are X,Y coords to graph it, so create you function and then start iterating through all values of X to get your values for Y and plot away

    Comment

    Working...