Page 1 of 1
New ASP.NET Charting Control
Posted: Wed Nov 26, 2008 10:14 am
by Digit
Microsoft released a new ASP.NET Charting Control recently. It looks very promising:
http://weblogs.asp.net/scottgu/archive/ ... ot-gt.aspx
New ASP.NET Charting Control
Posted: Wed Nov 26, 2008 6:03 pm
by Bwired
Thanks for the link, looks good!
Will you try this?
New ASP.NET Charting Control
Posted: Wed Nov 26, 2008 6:23 pm
by Digit
Yes, in the future somewhere, when a day has 48 hours.
Or maybe a bit earlier[:)]
New ASP.NET Charting Control
Posted: Sat Nov 29, 2008 12:52 am
by Digit
The future begins today.[:)]
First need to update VS2008 to SP1, also .NET FW 3.5, documentation is nearly 6MB CHM file, so this can take a while...
But since i had plans for a new page with charts i thought why not give it a try right now.[:p]
New ASP.NET Charting Control
Posted: Sat Nov 29, 2008 2:56 am
by Digit
First impression: i'm impressed!

New ASP.NET Charting Control
Posted: Sat Nov 29, 2008 3:31 pm
by Sooty
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">Yes, in the future somewhere, when a day has 48 hours.<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">I have the same problem.
I upgraded from VS2005 to VS2008 SP1 and had a little play with the samples. 1st impressions are also very good.
Now I just need some of those 48 hour days to learn it and and compare with ChartDirector.[:)]
Paul..
New ASP.NET Charting Control
Posted: Sat Nov 29, 2008 3:36 pm
by Snelvuur
chartdirector works on other platforms too..
// Erik (binkey.nl)
New ASP.NET Charting Control
Posted: Sat Nov 29, 2008 5:38 pm
by Digit
I'll try and see if i can put the samples on my website soon, so anyone who's interested can have a look and decide if it's worth the investment (in time i mean: i had to wait 1.5 hours for everything to be up to date [:(] (VS2008 and .NET FW)).
New ASP.NET Charting Control
Posted: Sat Nov 29, 2008 9:48 pm
by flexer
Has anybody looked at the <b>Google Chart API</b>? (
http://code.google.com/apis/chart/) . Looks very promising!
You can generate some nice looking charts with simple URL calls. Learning curve is not so steep, documentation is comprehensive and easy to understand.
Regards,
Flexer
New ASP.NET Charting Control
Posted: Sun Nov 30, 2008 1:12 am
by Digit
http://www.hekkers.net/WebSamples/default.aspx
85-90% of the pages work, some not cause i don't have Microsoft.Jet.OLEDB.4.0 installed on the machine.
But still a lot of examples, code behind, realtime user customization etc.
New ASP.NET Charting Control
Posted: Mon Jan 12, 2009 1:00 pm
by Lempens
Is the Google Charts not for download available, so I can easy use it in VB.net
I'm looking for this chart
http://chart.apis.google.com/chart?cht= ... 040,FF0000
New ASP.NET Charting Control
Posted: Mon Jan 12, 2009 1:51 pm
by Digit
Google Chart API only supports URL.
That shouldn't be hard from VB.NET.
However i wonder what happens if there is >2k data is involved.
New ASP.NET Charting Control
Posted: Mon Jan 12, 2009 3:19 pm
by Lempens
I'd like to use it stand alone, so it Will always work. Also when there is no internet connection.
Or does someone found a free same look a like control for vb.net. I saw the xanura has also a picture of it on their website.