473,666 Members | 2,096 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Looking for a freeware 2D plotting chart package for C# or C++ under visual studio

Hello all,

I'm looking for a free libray for plotting 2D charts that can be
integrable on C# or C++ projects under visual studio (.NET ou VS6.0).

I searched using google and yahoo but I didn't find any free package. I
found the Ch package from SoftIntegration (that can be integrable in my
project, sort of) but the plot module needs is not 0 cost and looks a
bit ugly.

Is there any good package? Compatibility with VS2005 would be a welcome
extra.

Thanks

(BTW : Is there a better adequate newsgroup for this particular
question? I'm not very used to newsgroups.)

Dec 14 '06 #1
6 4593
I'm currently using NPlot, the documentation is not great, but from the
examples you can usually extrapolate what you need
On Dec 14, 1:26 pm, "ptek" <pedroduartedr. ..@gmail.comwro te:
Hello all,

I'm looking for a free libray for plotting 2D charts that can be
integrable on C# or C++ projects under visual studio (.NET ou VS6.0).

I searched using google and yahoo but I didn't find any free package. I
found the Ch package from SoftIntegration (that can be integrable in my
project, sort of) but the plot module needs is not 0 cost and looks a
bit ugly.

Is there any good package? Compatibility with VS2005 would be a welcome
extra.

Thanks

(BTW : Is there a better adequate newsgroup for this particular
question? I'm not very used to newsgroups.)
Dec 14 '06 #2
Thanks, i'm going to try it.

Simon Dahlbacka wrote:
I'm currently using NPlot, the documentation is not great, but from the
examples you can usually extrapolate what you need
On Dec 14, 1:26 pm, "ptek" <pedroduartedr. ..@gmail.comwro te:
Hello all,

I'm looking for a free libray for plotting 2D charts that can be
integrable on C# or C++ projects under visual studio (.NET ou VS6.0).

I searched using google and yahoo but I didn't find any free package. I
found the Ch package from SoftIntegration (that can be integrable in my
project, sort of) but the plot module needs is not 0 cost and looks a
bit ugly.

Is there any good package? Compatibility with VS2005 would be a welcome
extra.

Thanks

(BTW : Is there a better adequate newsgroup for this particular
question? I'm not very used to newsgroups.)
Dec 14 '06 #3
Hi,

Take a look at Super 2d/3d Graph Library. It's a 100% .NET library for
chart drawing.

Although not totally free, if you compare it with other choices, it's
almost free! It has a one-time pay license (only 39$) and it's
royalty-free. Includes unlimited email support, free updates for a year
and VS2005 support. It may be the best charting component on the web
for the best price!

http://www.softwaresigloxxi.com

Best regards,

M. Cota


ptek ha escrito:
Hello all,

I'm looking for a free libray for plotting 2D charts that can be
integrable on C# or C++ projects under visual studio (.NET ou VS6.0).

I searched using google and yahoo but I didn't find any free package. I
found the Ch package from SoftIntegration (that can be integrable in my
project, sort of) but the plot module needs is not 0 cost and looks a
bit ugly.

Is there any good package? Compatibility with VS2005 would be a welcome
extra.

Thanks

(BTW : Is there a better adequate newsgroup for this particular
question? I'm not very used to newsgroups.)
Dec 18 '06 #4
Take a look at ZedGraph (http://zedgraph.org). It's free, and is
written in C# and produces some very nice charts.
ptek wrote:
Hello all,

I'm looking for a free libray for plotting 2D charts that can be
integrable on C# or C++ projects under visual studio (.NET ou VS6.0).

I searched using google and yahoo but I didn't find any free package. I
found the Ch package from SoftIntegration (that can be integrable in my
project, sort of) but the plot module needs is not 0 cost and looks a
bit ugly.

Is there any good package? Compatibility with VS2005 would be a welcome
extra.

Thanks

(BTW : Is there a better adequate newsgroup for this particular
question? I'm not very used to newsgroups.)
Dec 19 '06 #5
Thanks Grant, ZedGraph seems easier to use.

Grant Frisken wrote:
Take a look at ZedGraph (http://zedgraph.org). It's free, and is
written in C# and produces some very nice charts.
ptek wrote:
Hello all,

I'm looking for a free libray for plotting 2D charts that can be
integrable on C# or C++ projects under visual studio (.NET ou VS6.0).

I searched using google and yahoo but I didn't find any free package. I
found the Ch package from SoftIntegration (that can be integrable in my
project, sort of) but the plot module needs is not 0 cost and looks a
bit ugly.

Is there any good package? Compatibility with VS2005 would be a welcome
extra.

Thanks

(BTW : Is there a better adequate newsgroup for this particular
question? I'm not very used to newsgroups.)
Dec 20 '06 #6
Hi,
look at TeeChart at
http://www.steema.com/products/teechart/whatsnew.html.
If I correctly understood what you mean saying "2D charts". Download
Lite edition - it's for free.
Good luck

Serge
http://www.sergejusz.com

ptek wrote:
Hello all,

I'm looking for a free libray for plotting 2D charts that can be
integrable on C# or C++ projects under visual studio (.NET ou VS6.0).

I searched using google and yahoo but I didn't find any free package. I
found the Ch package from SoftIntegration (that can be integrable in my
project, sort of) but the plot module needs is not 0 cost and looks a
bit ugly.

Is there any good package? Compatibility with VS2005 would be a welcome
extra.

Thanks

(BTW : Is there a better adequate newsgroup for this particular
question? I'm not very used to newsgroups.)
Dec 21 '06 #7

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

Similar topics

6
2452
by: DG | last post by:
I'm interesting in finding the ultimate cross-platform python plotting module. So far I've used scipy.gplt and biggles which both have disadvantages. There is no python 2.3 binary package for biggles in windows, and scipy.gplt doesn't seem to work with MacMillan's installer in Windows. I haven't tried py2exe yet. I need a plotting program this is: -Cross platform (linux and windows) and can build into binary form, or easy to install...
7
3068
by: Russell E. Owen | last post by:
Can anyone recommend a fast cross-platform plotting package for 2-D plots? Our situation: We are driving an instrument that outputs data at 20Hz. Control is via an existing Tkinter application (which is being extended for this new instrument) that runs on unix, mac and windows. We wish to update 5-10 summary plots at approximately 2 Hz and will be offering controls to control the instrument and the plots, preferably (but not...
12
6545
by: Russ | last post by:
I'm interested in setting up a web page where live data can be displayed in real-time on the web page. For example: I would like to display a (nice looking) graph of some data value versus time and have the graph update every second without the user having to do anything like hit a refresh button. The data to plot is readily available from an application running on the server - I can expose it in whatever way is needed (currently easily...
4
1339
by: Block | last post by:
(Da ich immer nur unter Solaris und Linux Programmiere bin ich nicht Sachkundig.) Mir hat man gesagt, dass DotNet Freeware ist und jeder damit Programme Programmieren kann und sie weiter geben darf. (Was ich nicht glaube !) Und wenn, warum gibt es hier für den Professionelle-Entwickler Lizenzen? Gruß Werner
0
2769
by: ashraf83 | last post by:
hi guys, i need help plotting chart in Vb, im using SQL to plot the chart but when i use it the first data wont be included in my chart , let say if it was supposed to be data range from 3/1/2006 to 3/31/2006 , data from 3/1/2006 wont be displayed but started at 3/2/2006! the code im using is : rs.Open "Select S1,S2,S3,S4,Q from test2 where ='" & x & "' and Tarikh between #" & mula & "# and #" & tamat & "# ORDER BY Tarikh ASC", cn,...
3
5133
by: Hansen | last post by:
I hope that there is someone here that can help me. It's not directly related to this group but maybe someone here can help me. I wanted to deploy my Access database to another pc using the Access 2003 Developer Extensions. Check the web and found out that it is part of Visual Studio Tools for the Microsoft Office System, which in turn is a free add-on to Visual Studio 2005. Bought Visual Studio 2005 Pro. (Plenty money right there)....
1
2673
by: vick | last post by:
I installed Visual Studio 2005 Professional Ediction in order to create a 2003 Access Deploymnet package so my client could run the Access system I created on all their computers without having Access installed. This seemed to wipe out the choice of selecting the Packaging wizard choiceI had previously. How do you run the packaging wizard to create a deployment package if you have installed 2005 Visual Studio? Thanks. V
2
2690
by: Dr. Colombes | last post by:
Is there an easy scientific graphics (plotting) package for Python 2.5.1 running on Ubuntu Linux 7.1 ("Gutsy Gibbon")? A few years ago I used PyLab (a MatLab-like plotting module for Python) on a Windows machine, but I don't know if there is a similar easy-to-install-and-use Python 2.5.1-compatible graphics package for Ubuntu Linux 7.1? Thanks for any suggestions.
0
1614
by: TerryGut | last post by:
I need to show actual values from Series on the X axis of the chart instead of default ones. How to do so using Chart Control of the Visual Studio 2008 Professional? Code (just in case) is placed below. Thank you, Terry. private void showChart(object dataSource) { if (TabControlMain.TabPages.Count == 2) { TabControlMain.TabPages.Add(tabChart);
0
8356
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8871
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8640
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4198
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4369
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2773
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1776
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.