473,805 Members | 2,034 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Look for a really good Charting package

Joe
I've been testing ChartFX but the performance doesn't seem to be too good.
I have used ProEssentials but it seems to be lacking some of what we need.

Any recommendations ? We're primarily using a scatter plots.

Thanks,
Joe
Jul 21 '05 #1
6 1385
Hello Joe,

The only graphing control that I've used is the Dundas control suite. They
seem to be the market leader at the moment and I can sort of see why.

Their product was very well done and had loads of features for both asp.net
and winforms ui.

The only problem is that its quite expensive.

If this one isn't to your tastes go to www.componentsource.com and have a
look around.

The have just about every non open source control out there I think

Good luck

tce
I've been testing ChartFX but the performance doesn't seem to be too
good. I have used ProEssentials but it seems to be lacking some of
what we need.

Any recommendations ? We're primarily using a scatter plots.

Thanks,
Joe

Jul 21 '05 #2
Hi,
Take a look at Dundas

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation


"Joe" <J_no_spam@_no_ spam_Fishinbrai n.com> wrote in message
news:%2******** ************@tk 2msftngp13.phx. gbl...
I've been testing ChartFX but the performance doesn't seem to be too good.
I have used ProEssentials but it seems to be lacking some of what we need.

Any recommendations ? We're primarily using a scatter plots.

Thanks,
Joe

Jul 21 '05 #3
I think Dundas Chart is the premium offering.
http://www.dundas.com/home/index.aspx?Section=Home

But there is a free ASP.NET Web Control called WebChart that will do Scatter
Plots:
http://www.carlosag.net/Tools/WebChart/Default.aspx
Source is included so you can always use it as a building block to rolling
your own sol'n ;)

ok,
aq

"Joe" <J_no_spam@_no_ spam_Fishinbrai n.com> wrote in message
news:%2******** ************@tk 2msftngp13.phx. gbl...
I've been testing ChartFX but the performance doesn't seem to be too good.
I have used ProEssentials but it seems to be lacking some of what we need.

Any recommendations ? We're primarily using a scatter plots.

Thanks,
Joe

Jul 21 '05 #4
Joe
Thanks everyone. I'm going to try out the Dundas. Does anyone know how much
the OEM pricing is on the enterprise products?

"Joe" <J_no_spam@_no_ spam_Fishinbrai n.com> wrote in message
news:#g******** ******@tk2msftn gp13.phx.gbl...
I've been testing ChartFX but the performance doesn't seem to be too good.
I have used ProEssentials but it seems to be lacking some of what we need.

Any recommendations ? We're primarily using a scatter plots.

Thanks,
Joe

Jul 21 '05 #5
Hi Joe,

If you have a chance, let me know in which way
you feel ProEssentials is lacking. What you need
may actually be possible with v5, or is coming
in v6, or we'll try to add it to v6 prior to the release.

When it comes to scatter, technical, financial, larger
data sets, ProEssentials is the value and quality leader in
charting functionality. www.gigasoft.com

Email your technical questions to
su*****@gigasof t.com or ro****@gigasoft .com.

best regards,

Robert Dede
Gigasoft, Inc.
"Joe" <J_no_spam@_no_ spam_Fishinbrai n.com> wrote in message
news:%2******** ************@tk 2msftngp13.phx. gbl...
I've been testing ChartFX but the performance doesn't seem to be too good.
I have used ProEssentials but it seems to be lacking some of what we need.

Any recommendations ? We're primarily using a scatter plots.

Thanks,
Joe

Jul 21 '05 #6
"Joe" <J_no_spam@_no_ spam_Fishinbrai n.com> wrote in message
news:#g******** ******@tk2msftn gp13.phx.gbl...
I've been testing ChartFX but the performance doesn't seem to be too good.
I have used ProEssentials but it seems to be lacking some of what we need.

Any recommendations ? We're primarily using a scatter plots.


Hi Joe,

If you're still interested in alternatives, I strongly suggest TeeChart Pro
for .NET at http://www.steema.com

For your technical queries, please visit http://support.steema.com

Best Regards,

Chris Ireland
Programmer
Steema Software
Jul 21 '05 #7

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

Similar topics

1
1740
by: Jerry Sievers | last post by:
Dear Pythonists; I would appreciate a recommendation of a open source package for charting numeric data such as stock market quotes etc. Have such a thing in PHP called JPGraph which is very nice. Equivalent system in Python is desired. Needn't be very complex as long as the basic charting types (lines, points, bars etc) are supported.
0
1087
by: dimension | last post by:
I'd like to create a component or package that will allow users to pass a data series and plot these (price vs. time). In particular, i'd like to re-create many popular analytics used in Stock Analysis software...such as plotting Candlesticks or ling charts; indicators such as RSI, MACD histograme, CCI, Stochastic, etc. Anyone know where i can turn to to get some info on whether this is possible using C# and .net.
6
1090
by: Joe | last post by:
I've been testing ChartFX but the performance doesn't seem to be too good. I have used ProEssentials but it seems to be lacking some of what we need. Any recommendations? We're primarily using a scatter plots. Thanks, Joe
4
3521
by: Kejpa | last post by:
Hi, I know this ng isn't intended for VB2005 Beta, but I still hope for some good advice. Does anyone know of a chart control that works in the VB2005 beta? I've tried some working with VS2002/3 and some from the good ol' VB6 but they don't work in the beta :( Any help appreciated! /Kejpa
3
1858
by: harris_cohen | last post by:
I am comparing many different charting components for use in my project and am seeking feedback from current users. I have looked at Nevron, Teechart, ComponentArt, SharpGraph and others. Some are clunky, some are too limited, some are overkill, some are overpriced, and some are just bloated. I can't decide.. I have used previous versions of TeeChart (ActiveX days) but now the ..NET GAC dll is huge at 2,472KB and wanted to look at...
2
1464
by: Gary Wessle | last post by:
Dear python users I am just wondering if python is the language to use to build a custom charting package which is live updated from live data stream coming through a socket. as well as dynamically execute data analysis code on the data being fed. I have been looking at SpecTix. thank you
4
2201
by: mardini | last post by:
I am currently searching for a graph charting library for a website I'm building. The graphs will be mostly financial (stocks, trade volumes, ....etc). I searched the web and found multiple charting libraries like jpGraph (http://www.aditus.nu/jpgraph/index.php ) and ChartDirector (http://www.advsofteng.com/cdphp.html ). I was wondering if anybody had good/bad experiences with them or if there are any recommendations. TIA.
3
1702
by: Igor | last post by:
Hi all, I'm looking for a tool that can design charts and save chart definitions in a file. I would put those chart definitions in a database and then later load them and render charts (as images) in asp.net application (using the library from that tool). That way I can easily add new charts to my webapp without changing the asp.net source code. Any recommendations?
20
10057
by: Joe | last post by:
Is any one charting packing considered to be the "best"? We've used ChartFX but wasn't too happy about the way data had to be populated along with some other issues which slip my mind right now and Dundas has bugs and doesn't do a good enough job displaying axis labels and is very slow to paint large numbers of series and data points. We're currently evaluating ProEssentials which we are happy with but it's not a native .NET package. ...
0
9716
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
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
10604
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
10356
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10361
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10103
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
7644
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
5676
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3839
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.