|
-
Mar 7th, 2010, 10:34 AM
#1
Thread Starter
Hyperactive Member
Graphing Functions in VB
Does VB.net have anything built in for graphing functions? Linear, quadratic, cubic, log, and absolute value functions would be my main needs. I would want to display the functions on a graph whose x- and y-axes both go from -10 to +10, with grid lines.
-
Mar 7th, 2010, 10:37 AM
#2
Addicted Member
Re: Graphing Functions in VB
Use MSChart. To my knowledge it only accepts datapoints, not functions, so you would have to generate points from a function and display it that way. But that should be no problem at all.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|