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

how to make a digital graph in C#?

Im trying to make a graph display that will show as an oscilloscope shows
with the wavy lines?

Are there methods or simple ways to convert say, byte wide or 16 bit data
chunks into such a graphic readout?

National Instruments and Matlab use such displays, but is that kind of thing
either public domain or simple to write?

Ive got a trial version of LabWindows that might have an Ax or dll? to use
but how?

mtia
Nov 16 '05 #1
5 8308
I would suggest you consider SVG (Scalable Vector Graphics) [1].

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

[1] http://www.w3c.org/

"Bradley1234" <so*****@yahoo.com> wrote in message
news:oJ7wd.8192$xa6.5700@trnddc09...
Im trying to make a graph display that will show as an oscilloscope shows
with the wavy lines?

Are there methods or simple ways to convert say, byte wide or 16 bit data
chunks into such a graphic readout?

National Instruments and Matlab use such displays, but is that kind of thing either public domain or simple to write?

Ive got a trial version of LabWindows that might have an Ax or dll? to use
but how?

mtia

Nov 16 '05 #2

Wow, thanks for the link. SVG is awesome! It gives me hope.

So from the w3c and the svg.org websites, it appears to be a powerful
language spec. At present Im reading page after page, but nothing on how to
download something to get started.

I found a Microsoft graph sample
http://download.microsoft.com/downlo...graphfiles.exe

For some reason, there is no such thing as "FileSystemWatcherBetter.cs" so
you need to remove this from the assembly in solutions explorer; And the
breakpoint being on is a minor gotcha; but it makes the shapes Im looking
for. Now I want to change the attributes on the background and color, add a
grid or graticule

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:u9**************@TK2MSFTNGP12.phx.gbl...
I would suggest you consider SVG (Scalable Vector Graphics) [1].

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

[1] http://www.w3c.org/

"Bradley1234" <so*****@yahoo.com> wrote in message
news:oJ7wd.8192$xa6.5700@trnddc09...
Im trying to make a graph display that will show as an oscilloscope shows with the wavy lines?

Are there methods or simple ways to convert say, byte wide or 16 bit data chunks into such a graphic readout?

National Instruments and Matlab use such displays, but is that kind of

thing
either public domain or simple to write?

Ive got a trial version of LabWindows that might have an Ax or dll? to use but how?

mtia


Nov 16 '05 #3
There are quite a few graph articles on codeproject. SVG is slow if you are
trying to animate in real time.

Regards,
Frank Hileman

check out VG.net: http://www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio .NET graphics editor

"Bradley1234" <so*****@yahoo.com> wrote in message
news:oJ7wd.8192$xa6.5700@trnddc09...
Im trying to make a graph display that will show as an oscilloscope shows
with the wavy lines?

Are there methods or simple ways to convert say, byte wide or 16 bit data
chunks into such a graphic readout?

National Instruments and Matlab use such displays, but is that kind of
thing
either public domain or simple to write?

Ive got a trial version of LabWindows that might have an Ax or dll? to use
but how?

mtia

Nov 16 '05 #4
Check out VG.net for sure as it looks promising but also go to adobe.com and
get their SVG control and view their SVG samples. Performance claims aside,
SVG is on the standards track. You'll also want to Google: "microsoft xaml"

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

"Bradley1234" <so*****@yahoo.com> wrote in message
news:GT8wd.8298$DV3.7323@trnddc06...

Wow, thanks for the link. SVG is awesome! It gives me hope.

So from the w3c and the svg.org websites, it appears to be a powerful
language spec. At present Im reading page after page, but nothing on how to download something to get started.

I found a Microsoft graph sample
http://download.microsoft.com/downlo...graphfiles.exe
For some reason, there is no such thing as "FileSystemWatcherBetter.cs" so you need to remove this from the assembly in solutions explorer; And the
breakpoint being on is a minor gotcha; but it makes the shapes Im looking for. Now I want to change the attributes on the background and color, add a grid or graticule

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:u9**************@TK2MSFTNGP12.phx.gbl...
I would suggest you consider SVG (Scalable Vector Graphics) [1].

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

[1] http://www.w3c.org/

"Bradley1234" <so*****@yahoo.com> wrote in message
news:oJ7wd.8192$xa6.5700@trnddc09...
Im trying to make a graph display that will show as an oscilloscope shows with the wavy lines?

Are there methods or simple ways to convert say, byte wide or 16 bit data chunks into such a graphic readout?

National Instruments and Matlab use such displays, but is that kind of

thing
either public domain or simple to write?

Ive got a trial version of LabWindows that might have an Ax or dll? to use but how?

mtia



Nov 16 '05 #5
Hey thanks, everyone for all those links, XAML? wow, this VG stuff is too
cool
"Frank Hileman" <fr******@no.spamming.prodigesoftware.com> wrote in message
news:O2**************@TK2MSFTNGP14.phx.gbl...
There are quite a few graph articles on codeproject. SVG is slow if you are trying to animate in real time.

Regards,
Frank Hileman

check out VG.net: http://www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio .NET graphics editor

"Bradley1234" <so*****@yahoo.com> wrote in message
news:oJ7wd.8192$xa6.5700@trnddc09...
Im trying to make a graph display that will show as an oscilloscope shows with the wavy lines?

Are there methods or simple ways to convert say, byte wide or 16 bit data chunks into such a graphic readout?

National Instruments and Matlab use such displays, but is that kind of
thing
either public domain or simple to write?

Ive got a trial version of LabWindows that might have an Ax or dll? to use but how?

mtia


Nov 16 '05 #6

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

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...
25
by: Magnus Lie Hetland | last post by:
Is there any interest in a (hypothetical) standard graph API (with 'graph' meaning a network, consisting of nodes and edges)? Yes, we have the standard ways of implementing graphs through (e.g.)...
5
by: JackS | last post by:
I am trying to use GDI32 bitblt to write a bitmap to a control's window, but all I get is an empty rectangle of some rop-dependent color. In short, I use the following logic in a paint event handler:...
0
by: Syazwin | last post by:
Hye everyone! :) i am really a new learner in vb.net. not so expert about what i am searching now.. actually i am looking for the way/source code how to make a line graph in vb.net. the system...
0
by: mylog | last post by:
I have downloaded a GLEE(Graph Layout Execution Engine) and written the following code to display a windows form from a web page but i am encountering with a small problem on displaying the graph...
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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:
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,...

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.