473,395 Members | 1,578 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Easy Way To make graph at runtime

Is there an easy way to make a graph of data that is modified at runtime?

For instance, say someone is going to be inputing values for variables, and after running some math functions, we arrive at 10 points.

1,5,2,7,4,5,1,8,2,4

All I need is somewhere on the form for the program to graph those points and place a trendline for analysis...

I'm sure there is probably an ActiveX plugin that does this...unfortunately, the one that I found was written in VB6 and the Build Failed in VB 2005...

Thanks for any suggestions and help on this ahead of time.
May 1 '07 #1
4 3064
ansumansahu
149 100+
Is there an easy way to make a graph of data that is modified at runtime?

For instance, say someone is going to be inputing values for variables, and after running some math functions, we arrive at 10 points.

1,5,2,7,4,5,1,8,2,4

All I need is somewhere on the form for the program to graph those points and place a trendline for analysis...

I'm sure there is probably an ActiveX plugin that does this...unfortunately, the one that I found was written in VB6 and the Build Failed in VB 2005...

Thanks for any suggestions and help on this ahead of time.

Look for this "Dundas Chart for Windows Forms Professional Edition ". This might help you in what you need to be implemented.

-ansuman sahu
May 1 '07 #2
Killer42
8,435 Expert 8TB
What about MS Chart Control? Is this the one that failed in VB2005?
May 1 '07 #3
Thanks for the great ideas...

The solution I was trying to install and work with was called ecGraph by Encore solutions...(hope it is ok to name specific commercial products within this forum)


I will look at both the solutions you recommended. Maybe one of them will work.

Thanks...

If anyone else knows of very simple way to make a line chart with a trend line from user inputed values at runtime...I'd be all ears.

Oh..almost forgot...one piece of information that might be helpful. I'm just learning VB 2005 using the Express Edition...trying to determine between learning VB vs. C#.

So the solution needs to be one that VB 2005 Express can run...not sure if I just made the possible solutions null...(if I understand Microsoft correctly, you CAN'T install certain plugins in Express???? Maybe I misunderstood?)

Thanks
May 2 '07 #4
Killer42
8,435 Expert 8TB
Thanks for the great ideas...

The solution I was trying to install and work with was called ecGraph by Encore solutions...(hope it is ok to name specific commercial products within this forum)

I will look at both the solutions you recommended. Maybe one of them will work.

Thanks...

If anyone else knows of very simple way to make a line chart with a trend line from user inputed values at runtime...I'd be all ears.

Oh..almost forgot...one piece of information that might be helpful. I'm just learning VB 2005 using the Express Edition...trying to determine between learning VB vs. C#.

So the solution needs to be one that VB 2005 Express can run...not sure if I just made the possible solutions null...(if I understand Microsoft correctly, you CAN'T install certain plugins in Express???? Maybe I misunderstood?)
I wouldn't be surprised - crippling things like that is usually how they make the "personal" or "express" edition. Let us know how it goes.

As for naming products, I'm no legal expert but as far as I know you can say pretty much what you like in a public forum. Why, someone actually mentioned a Microsoft product here recently!

Seriously, we're all about solutions. If this ecGraph is any good, go ahead and let people know.

What we object to is people who come into the forum to advertise their commercial products.

Oh, one other thing. If you're looking for a simple way to do a line graph... you could always draw it yourself.
May 2 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

9
by: Lilith | last post by:
Is there a python module somewhere (been searching today, no luck) which has efficiently coded various graph-handling routines, such as finding the shortest path through a graph, or the set of all...
1
by: Lore Leuneog | last post by:
Hello I want to get vba-access to a MS Graph object that is placed on a report. I tried the controls collection of the report. But I don't know which properties I've got to check to get the MS...
2
by: TD | last post by:
I would like to set the value of the Y axes on my graph at runtime. I created the graph my opening a form and placing an unbound object frame on it then placed the MS Graph control into this. Next...
1
by: entropy123 | last post by:
Hey all, In an effort to solve a sticky - for me - problem I've picked up Sedgewick's 'Algorithm's in C'. I've tried working through the first few problems but am a little stumped when he refers...
2
by: UJ | last post by:
What's an easy way to draw a simple line graph? Crystal? Or is there some easier way. TIA - Jeff.
2
by: sriniwas | last post by:
Hi Frnd's, m using prefuse visulation,it's have one display class and this class have one saveImage(outPutStream, String jpg,double size);. now graph is converting ia jpg image properly.now my...
4
by: Man4ish | last post by:
namespace ve/////////////////ve.h { struct VertexProperties { std::size_t index; boost::default_color_type color; }; }...
2
by: Man4ish | last post by:
I have created Graph object without vertex and edge property.It is working fine. #include <boost/config.hpp> #include <iostream> #include <vector> #include <string> #include...
0
by: eureka2050 | last post by:
Hi all, I am creating a radar chart containing 2 plots using jpgraph. My code is as follows:- include ("./jpgraph/src/jpgraph.php"); include ("./jpgraph/src/jpgraph_radar.php"); //...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.