|
|
|
start date: Wed, 22 Aug 2007 05:23:09 -0700,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
gb
|
|
2
Mark Rae [MVP]
|
|
3
Braulio Diez
|
|
4
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
|
ASP.NET 2.0 dynamic image - chart
Hello,
I want to plot a yearly price graph in ASP.NET 2.0 based on data
stored in a db - how can i do this? any suggestions?
tia
Date:Wed, 22 Aug 2007 05:23:09 -0700
Author:
|
Re: ASP.NET 2.0 dynamic image - chart
"gb" wrote in message
news:1187785389.758691.158410@i13g2000prf.googlegroups.com...
> I want to plot a yearly price graph in ASP.NET 2.0 based on data
> stored in a db - how can i do this? any suggestions?
There are probably more 3rd-party charting / graphing tools for .NET than
any other type:
http://www.google.co.uk/search?sourceid=navclient&hl=en-GB&ie=UTF-8&rlz=1T4GGIH_en-GBGB220GB220&q=%22ASP%2eNET%22+chart
Take your pick - I use this one: http://www.advsofteng.com/cdnet.html
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Date:Wed, 22 Aug 2007 13:27:29 +0100
Author:
|
RE: ASP.NET 2.0 dynamic image - chart
If you want to give the users chart looking exactly the same as Excel ones,
and without having to worry about cross browser support (a jpeg it's
generated on server side), take a look at Office Web Components to create
charts (free from Ms):
http://www.eggheadcafe.com/articles/20021223.asp
http://www.excelkb.com/article.aspx?id=10189&cNode=1U5J4S
HTH
Braulio
/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------
"gb" wrote:
> Hello,
> I want to plot a yearly price graph in ASP.NET 2.0 based on data
> stored in a db - how can i do this? any suggestions?
> tia
>
>
Date:Wed, 22 Aug 2007 12:04:03 -0700
Author:
|
Re: ASP.NET 2.0 dynamic image - chart
I've recently assembled a list of useful charting controls here:
http://SteveOrr.net/freecontrols/charting.aspx
--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"gb" wrote in message
news:1187785389.758691.158410@i13g2000prf.googlegroups.com...
> Hello,
> I want to plot a yearly price graph in ASP.NET 2.0 based on data
> stored in a db - how can i do this? any suggestions?
> tia
>
Date:Wed, 22 Aug 2007 17:26:45 -0700
Author:
|
|
|