473,387 Members | 1,722 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,387 software developers and data experts.

Two questions about charts


Hi,

I need to insert some charts in my program. In detail, I acquire a lot
of values from the serial ports and I want to plot them on a 2-axis chart.

I know I can draw manually into a picture box but I'm looking for a
ready-to-use control.

So, the questions:

1) Are there free or low-cost controls to achieve that?

2) I know the great Dundas Chart but it is too much expensive for me. I
read it is included in the VB.NET resource kit. What's that? Where can I
find it? This time google is not my friend :) I found only few
unofficial pages with some words about it.

Thanks a lot
Marco / iw2nzm

Jul 2 '07 #1
9 1313
On Mon, 02 Jul 2007 08:59:08 GMT, Marco Trapanese
<ma******************@libero.itwrote:
>
Hi,

I need to insert some charts in my program. In detail, I acquire a lot
of values from the serial ports and I want to plot them on a 2-axis chart.

I know I can draw manually into a picture box but I'm looking for a
ready-to-use control.

So, the questions:

1) Are there free or low-cost controls to achieve that?

2) I know the great Dundas Chart but it is too much expensive for me. I
read it is included in the VB.NET resource kit. What's that? Where can I
find it? This time google is not my friend :) I found only few
unofficial pages with some words about it.

Thanks a lot
Marco / iw2nzm
According to Google, the .Net 2003 version is no longer available and
there is no such thing for 2005:
http://msdn2.microsoft.com/En-US/lib...92(VS.71).aspx

If there was, it should be listed here:
http://msdn2.microsoft.com/en-us/vbasic/ms789072.aspx

If you click on the Dundas link from here:
http://msdn2.microsoft.com/en-us/vbasic/ms789077.aspx

you end up here:
http://www.dundas.com/products/chart...?campaign=msdn

but I don't really see what benefits one gets from the "campaign=msdn"
part of the URL. Probably just something that tells Dundas that you
came from the MSDN page.

Regards,

Joergen Bech

Jul 2 '07 #2
Joergen Bech <jbech<NOSPAM>@ wrote:
According to Google, the .Net 2003 version is no longer available and
there is no such thing for 2005:
http://msdn2.microsoft.com/En-US/lib...92(VS.71).aspx

If there was, it should be listed here:
http://msdn2.microsoft.com/en-us/vbasic/ms789072.aspx

If you click on the Dundas link from here:
http://msdn2.microsoft.com/en-us/vbasic/ms789077.aspx

you end up here:
http://www.dundas.com/products/chart...?campaign=msdn

Thanks for the links. I saved the second one for future updates.

Ok, so I need to looking for other chart controls!
Marco / iw2nzm
Jul 2 '07 #3
On Jul 2, 5:19 am, Marco Trapanese <marcotrapaneseNOS...@libero.it>
wrote:
Joergen Bech <jbech<NOSPAM>@ wrote:
According to Google, the .Net 2003 version is no longer available and
there is no such thing for 2005:
http://msdn2.microsoft.com/En-US/lib...92(VS.71).aspx
If there was, it should be listed here:
http://msdn2.microsoft.com/en-us/vbasic/ms789072.aspx
If you click on the Dundas link from here:
http://msdn2.microsoft.com/en-us/vbasic/ms789077.aspx
you end up here:
http://www.dundas.com/products/chart...?campaign=msdn

Thanks for the links. I saved the second one for future updates.

Ok, so I need to looking for other chart controls!
Marco / iw2nzm
I would do some searching on www.codeproject.com. I did a search for
"charts" and it brought up quite a few articles that could be of use
to you. Many are already wrapped into a control library, so you should
be able to find something.

Thanks,

Seth Rowe

Jul 2 '07 #4
Hi,

I understand your concerns.

I use two products, National Instruments (www.ni.com), Measurement Studio
(about $600) and IOComp PlotPak (www.iocomp.com) (about $900). These
provide very professional results, and have nice APIs. However, they are
fairly expensive, so...

Take a look at: http://www.codeproject.com/cs/library/fplot.asp

However, there also is a free dll that may interest you. Google tracker.dll
(I do not have the URL, sorry). It does a nice job for a simple
oscillographic display, though I haven't used it for any projects.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
Jul 2 '07 #5
Hi,

I forgot one quite inexpensive product that I should have suggested:

http://www.mooseworkssoftware.com/

This may be just the "ticket."

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
Jul 2 '07 #6
Dick Grier wrote:
Hi,

I understand your concerns.

I use two products, National Instruments (www.ni.com), Measurement Studio
(about $600) and IOComp PlotPak (www.iocomp.com) (about $900). These
provide very professional results, and have nice APIs. However, they are
fairly expensive, so...

Take a look at: http://www.codeproject.com/cs/library/fplot.asp

However, there also is a free dll that may interest you. Google tracker.dll
(I do not have the URL, sorry). It does a nice job for a simple
oscillographic display, though I haven't used it for any projects.

Thanks to you too for the link!

Marco / iw2nzm
Jul 2 '07 #7
Marco Trapanese wrote:
>
Hi,

I need to insert some charts in my program. In detail, I acquire a lot
of values from the serial ports and I want to plot them on a 2-axis chart.

I know I can draw manually into a picture box but I'm looking for a
ready-to-use control.

So, the questions:

1) Are there free or low-cost controls to achieve that?

2) I know the great Dundas Chart but it is too much expensive for me. I
read it is included in the VB.NET resource kit. What's that? Where can I
find it? This time google is not my friend :) I found only few
unofficial pages with some words about it.

Thanks a lot
Marco / iw2nzm
Have a look at nplot ... it's also pretty good, especially for financial
type charts

--
http://bytes.thinkersroom.com
Jul 3 '07 #8
Rad [Visual C# MVP] wrote:
Have a look at nplot ... it's also pretty good, especially for financial
type charts

I'll do. Thanks.

Marco / iw2nzm
Jul 3 '07 #9
Another one to check is ChartDirector:
http://www.advsofteng.com/product.html

Jul 4 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: MT | last post by:
Hello Everyone: I would like to make some charts based on data I am retrieving from my DB. The charts should be things like bar-charts, pie-charts, line-graphs etc. Th charts can be in any...
1
by: Alan | last post by:
Hi there, Are there Excel charting gurus here?? If so then please read on... Sorry for the cross-post but I'm not familiar with the Excel groups. I've posted to asp.general because if I have...
5
by: Alan | last post by:
Hi there, Are there Excel charting gurus here?? If so then please read on... Sorry for the cross-post but I'm not familiar with the Excel groups. I've posted to asp.general because if I have...
0
by: mscir | last post by:
Date: Thu, 08 Jul 2004 17:02:27 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <10ero4l3kp2qa65@corp.supernews.com> Reply-To: mscir@usa.com User-Agent: Mozilla/5.0...
3
by: vanisathish | last post by:
Hi All, Is there a way to draw charts from SQL Server Data using ASP.?Is it possible to use the SQL Reporting Services using ASp
9
by: Patrick.O.Ige | last post by:
I have a code below and its a PIE & BAR CHART. The values now are all static but I want to be able to pull the values from a database. Can you guys give me some ideas to do this? Thanks ...
15
by: WStoreyII | last post by:
First Question: Due to the hours of my job i can not go to school right now and i can't afford online classes. My questions is that i have learned a lot about .net and i am pretty sure that if...
4
by: Wayne | last post by:
I have posted this problem a couple of times over the last few years but have been unable to find a solution that works. Sometimes charts in reports will display showing the design data instead of...
6
by: chaelon | last post by:
I'm trying to gather info on whether VB.NET would be right for my application needs. I need to create basic charts, such as line charts, bar charts, pie charts, etc., with maybe regression lines...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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.